pub struct FlagInterlaced(pub u64);Expand description
Specifies whether the video frames in this track are interlaced.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for FlagInterlaced
impl Clone for FlagInterlaced
Source§fn clone(&self) -> FlagInterlaced
fn clone(&self) -> FlagInterlaced
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 FlagInterlaced
impl Debug for FlagInterlaced
Source§impl Default for FlagInterlaced
impl Default for FlagInterlaced
Source§impl Deref for FlagInterlaced
impl Deref for FlagInterlaced
Source§impl Element for FlagInterlaced
impl Element for FlagInterlaced
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§fn decode_body(buf: &mut &[u8]) -> Result<Self>
fn decode_body(buf: &mut &[u8]) -> Result<Self>
Decode the body of the element from a buffer.
Source§impl Hash for FlagInterlaced
impl Hash for FlagInterlaced
Source§impl Ord for FlagInterlaced
impl Ord for FlagInterlaced
Source§fn cmp(&self, other: &FlagInterlaced) -> Ordering
fn cmp(&self, other: &FlagInterlaced) -> 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 FlagInterlaced
impl PartialEq for FlagInterlaced
Source§impl PartialOrd for FlagInterlaced
impl PartialOrd for FlagInterlaced
impl Copy for FlagInterlaced
impl Eq for FlagInterlaced
impl StructuralPartialEq for FlagInterlaced
Auto Trait Implementations§
impl Freeze for FlagInterlaced
impl RefUnwindSafe for FlagInterlaced
impl Send for FlagInterlaced
impl Sync for FlagInterlaced
impl Unpin for FlagInterlaced
impl UnsafeUnpin for FlagInterlaced
impl UnwindSafe for FlagInterlaced
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