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