Struct ExGetThemeFontSize
pub struct ExGetThemeFontSize<'a> { /* private fields */ }
Expand description
Default-param extender for Control::get_theme_font_size_ex
.
Implementations§
§impl<'a> ExGetThemeFontSize<'a>
impl<'a> ExGetThemeFontSize<'a>
pub fn theme_type(self, value: StringName) -> ExGetThemeFontSize<'a>
pub fn done(self) -> i32
Auto Trait Implementations§
impl<'a> Freeze for ExGetThemeFontSize<'a>
impl<'a> RefUnwindSafe for ExGetThemeFontSize<'a>
impl<'a> !Send for ExGetThemeFontSize<'a>
impl<'a> !Sync for ExGetThemeFontSize<'a>
impl<'a> Unpin for ExGetThemeFontSize<'a>
impl<'a> UnwindSafe for ExGetThemeFontSize<'a>
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