#[repr(transparent)]pub struct AutoLoadedDisplayPropertyKind(pub i32);Expand description
Required features: "Media_Playback"
Tuple Fields
0: i32Implementations
Trait Implementations
impl Clone for AutoLoadedDisplayPropertyKind
impl Clone for AutoLoadedDisplayPropertyKind
impl Copy for AutoLoadedDisplayPropertyKind
Auto Trait Implementations
impl RefUnwindSafe for AutoLoadedDisplayPropertyKind
impl Send for AutoLoadedDisplayPropertyKind
impl Sync for AutoLoadedDisplayPropertyKind
impl Unpin for AutoLoadedDisplayPropertyKind
impl UnwindSafe for AutoLoadedDisplayPropertyKind
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