#[repr(transparent)]pub struct TimedMetadataTrackPresentationMode(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl TimedMetadataTrackPresentationMode
impl TimedMetadataTrackPresentationMode
pub const Disabled: Self = _
pub const Hidden: Self = _
pub const ApplicationPresented: Self = _
pub const PlatformPresented: Self = _
Trait Implementations§
§impl Clone for TimedMetadataTrackPresentationMode
impl Clone for TimedMetadataTrackPresentationMode
§fn clone(&self) -> TimedMetadataTrackPresentationMode
fn clone(&self) -> TimedMetadataTrackPresentationMode
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 TimedMetadataTrackPresentationMode
impl Debug for TimedMetadataTrackPresentationMode
§impl Default for TimedMetadataTrackPresentationMode
impl Default for TimedMetadataTrackPresentationMode
§fn default() -> TimedMetadataTrackPresentationMode
fn default() -> TimedMetadataTrackPresentationMode
Returns the “default value” for a type. Read more
§impl PartialEq for TimedMetadataTrackPresentationMode
impl PartialEq for TimedMetadataTrackPresentationMode
§fn eq(&self, other: &TimedMetadataTrackPresentationMode) -> bool
fn eq(&self, other: &TimedMetadataTrackPresentationMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TimedMetadataTrackPresentationMode
impl Eq for TimedMetadataTrackPresentationMode
impl StructuralPartialEq for TimedMetadataTrackPresentationMode
Auto Trait Implementations§
impl Freeze for TimedMetadataTrackPresentationMode
impl RefUnwindSafe for TimedMetadataTrackPresentationMode
impl Send for TimedMetadataTrackPresentationMode
impl Sync for TimedMetadataTrackPresentationMode
impl Unpin for TimedMetadataTrackPresentationMode
impl UnwindSafe for TimedMetadataTrackPresentationMode
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
)