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