Struct windows_sys::Media::Core::TimedMetadataKind
[−]#[repr(transparent)]pub struct TimedMetadataKind(pub i32);
Expand description
Required features: "Media_Core"
Tuple Fields
0: i32
Implementations
impl TimedMetadataKind
impl TimedMetadataKind
pub const Caption: Self = Self(0i32)
pub const Chapter: Self = Self(1i32)
pub const Custom: Self = Self(2i32)
pub const Data: Self = Self(3i32)
pub const Description: Self = Self(4i32)
pub const Subtitle: Self = Self(5i32)
pub const ImageSubtitle: Self = Self(6i32)
pub const Speech: Self = Self(7i32)
Trait Implementations
impl Clone for TimedMetadataKind
impl Clone for TimedMetadataKind
impl Copy for TimedMetadataKind
Auto Trait Implementations
impl RefUnwindSafe for TimedMetadataKind
impl Send for TimedMetadataKind
impl Sync for TimedMetadataKind
impl Unpin for TimedMetadataKind
impl UnwindSafe for TimedMetadataKind
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