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