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