Struct ExGetThemeFontSize
pub struct ExGetThemeFontSize<'ex> { /* private fields */ }Expand description
Default-param extender for Window::get_theme_font_size_ex.
Implementations§
§impl<'ex> ExGetThemeFontSize<'ex>
impl<'ex> ExGetThemeFontSize<'ex>
pub fn theme_type( self, theme_type: impl AsArg<StringName> + 'ex, ) -> ExGetThemeFontSize<'ex>
pub fn done(self) -> i32
Auto Trait Implementations§
impl<'ex> Freeze for ExGetThemeFontSize<'ex>
impl<'ex> RefUnwindSafe for ExGetThemeFontSize<'ex>
impl<'ex> !Send for ExGetThemeFontSize<'ex>
impl<'ex> !Sync for ExGetThemeFontSize<'ex>
impl<'ex> Unpin for ExGetThemeFontSize<'ex>
impl<'ex> UnwindSafe for ExGetThemeFontSize<'ex>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more