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