pub struct CueCodecState(pub u64);Expand description
The Segment Position ((#segment-position)) of the
Codec State corresponding to this Cues element. 0 means that the
data is taken from the initial TrackEntry.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for CueCodecState
impl Clone for CueCodecState
Source§fn clone(&self) -> CueCodecState
fn clone(&self) -> CueCodecState
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 CueCodecState
impl Debug for CueCodecState
Source§impl Default for CueCodecState
impl Default for CueCodecState
Source§impl Deref for CueCodecState
impl Deref for CueCodecState
Source§impl Element for CueCodecState
impl Element for CueCodecState
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 CueCodecState
impl Hash for CueCodecState
Source§impl Ord for CueCodecState
impl Ord for CueCodecState
Source§fn cmp(&self, other: &CueCodecState) -> Ordering
fn cmp(&self, other: &CueCodecState) -> 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 CueCodecState
impl PartialEq for CueCodecState
Source§impl PartialOrd for CueCodecState
impl PartialOrd for CueCodecState
impl Copy for CueCodecState
impl Eq for CueCodecState
impl StructuralPartialEq for CueCodecState
Auto Trait Implementations§
impl Freeze for CueCodecState
impl RefUnwindSafe for CueCodecState
impl Send for CueCodecState
impl Sync for CueCodecState
impl Unpin for CueCodecState
impl UnsafeUnpin for CueCodecState
impl UnwindSafe for CueCodecState
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