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