Struct TimedMetadataKind
#[repr(transparent)]pub struct TimedMetadataKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl TimedMetadataKind
impl TimedMetadataKind
pub const Caption: Self = _
pub const Chapter: Self = _
pub const Custom: Self = _
pub const Data: Self = _
pub const Description: Self = _
pub const Subtitle: Self = _
pub const ImageSubtitle: Self = _
pub const Speech: Self = _
Trait Implementations§
§impl Clone for TimedMetadataKind
impl Clone for TimedMetadataKind
§fn clone(&self) -> TimedMetadataKind
fn clone(&self) -> TimedMetadataKind
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 TimedMetadataKind
impl Debug for TimedMetadataKind
§impl Default for TimedMetadataKind
impl Default for TimedMetadataKind
§fn default() -> TimedMetadataKind
fn default() -> TimedMetadataKind
Returns the “default value” for a type. Read more
§impl PartialEq for TimedMetadataKind
impl PartialEq for TimedMetadataKind
impl Copy for TimedMetadataKind
impl Eq for TimedMetadataKind
impl StructuralPartialEq for TimedMetadataKind
Auto Trait Implementations§
impl Freeze for TimedMetadataKind
impl RefUnwindSafe for TimedMetadataKind
impl Send for TimedMetadataKind
impl Sync for TimedMetadataKind
impl Unpin for TimedMetadataKind
impl UnwindSafe for TimedMetadataKind
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