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