Struct windows::Media::Playback::AutoLoadedDisplayPropertyKind
#[repr(transparent)]pub struct AutoLoadedDisplayPropertyKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AutoLoadedDisplayPropertyKind
impl AutoLoadedDisplayPropertyKind
pub const None: Self = _
pub const MusicOrVideo: Self = _
pub const Music: Self = _
pub const Video: Self = _
Trait Implementations§
§impl Clone for AutoLoadedDisplayPropertyKind
impl Clone for AutoLoadedDisplayPropertyKind
§fn clone(&self) -> AutoLoadedDisplayPropertyKind
fn clone(&self) -> AutoLoadedDisplayPropertyKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AutoLoadedDisplayPropertyKind
impl Debug for AutoLoadedDisplayPropertyKind
§impl Default for AutoLoadedDisplayPropertyKind
impl Default for AutoLoadedDisplayPropertyKind
§fn default() -> AutoLoadedDisplayPropertyKind
fn default() -> AutoLoadedDisplayPropertyKind
Returns the “default value” for a type. Read more
§impl PartialEq for AutoLoadedDisplayPropertyKind
impl PartialEq for AutoLoadedDisplayPropertyKind
§fn eq(&self, other: &AutoLoadedDisplayPropertyKind) -> bool
fn eq(&self, other: &AutoLoadedDisplayPropertyKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AutoLoadedDisplayPropertyKind
impl Eq for AutoLoadedDisplayPropertyKind
impl StructuralPartialEq for AutoLoadedDisplayPropertyKind
Auto Trait Implementations§
impl Freeze for AutoLoadedDisplayPropertyKind
impl RefUnwindSafe for AutoLoadedDisplayPropertyKind
impl Send for AutoLoadedDisplayPropertyKind
impl Sync for AutoLoadedDisplayPropertyKind
impl Unpin for AutoLoadedDisplayPropertyKind
impl UnwindSafe for AutoLoadedDisplayPropertyKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)