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