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