Struct windows_sys::UI::Xaml::ElementTheme
[−]#[repr(transparent)]pub struct ElementTheme(pub i32);
Expand description
Required features: ‘UI_Xaml’
Tuple Fields
0: i32
Implementations
impl ElementTheme
impl ElementTheme
Trait Implementations
impl Clone for ElementTheme
impl Clone for ElementTheme
impl Copy for ElementTheme
Auto Trait Implementations
impl RefUnwindSafe for ElementTheme
impl Send for ElementTheme
impl Sync for ElementTheme
impl Unpin for ElementTheme
impl UnwindSafe for ElementTheme
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more