pub struct StereoMode(pub u64);Expand description
Stereo-3D video mode. See (#multi-planar-and-3d-videos) for more details.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for StereoMode
impl Clone for StereoMode
Source§fn clone(&self) -> StereoMode
fn clone(&self) -> StereoMode
Returns a duplicate 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 moreSource§impl Debug for StereoMode
impl Debug for StereoMode
Source§impl Default for StereoMode
impl Default for StereoMode
Source§impl Deref for StereoMode
impl Deref for StereoMode
Source§impl Element for StereoMode
impl Element for StereoMode
Source§const HAS_DEFAULT_VALUE: bool = true
const HAS_DEFAULT_VALUE: bool = true
Whether the element has a default value, as per Matroska specification.
If true, and the element is missing in a master element, it should be treated as if it were present with the default value.
If false, and the element is missing in a master element, it should be treated as an error.
Source§impl Hash for StereoMode
impl Hash for StereoMode
Source§impl Ord for StereoMode
impl Ord for StereoMode
Source§fn cmp(&self, other: &StereoMode) -> Ordering
fn cmp(&self, other: &StereoMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StereoMode
impl PartialEq for StereoMode
Source§impl PartialOrd for StereoMode
impl PartialOrd for StereoMode
impl Copy for StereoMode
impl Eq for StereoMode
impl StructuralPartialEq for StereoMode
Auto Trait Implementations§
impl Freeze for StereoMode
impl RefUnwindSafe for StereoMode
impl Send for StereoMode
impl Sync for StereoMode
impl Unpin for StereoMode
impl UnsafeUnpin for StereoMode
impl UnwindSafe for StereoMode
Blanket Implementations§
Source§impl<T> AsyncReadElement for Twhere
T: Element,
impl<T> AsyncReadElement for Twhere
T: Element,
Source§impl<T> AsyncReadFrom for Twhere
T: Element,
impl<T> AsyncReadFrom for Twhere
T: Element,
Source§impl<T> AsyncWriteElement for Twhere
T: Element,
impl<T> AsyncWriteElement for Twhere
T: Element,
Source§impl<T> AsyncWriteTo for Twhere
T: Encode,
impl<T> AsyncWriteTo for Twhere
T: Encode,
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