pub struct TrackTranslateCodec(pub u64);Expand description
Applies to the chapter codec of the given chapter edition(s); see (#chapprocesscodecid-element).
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for TrackTranslateCodec
impl Clone for TrackTranslateCodec
Source§fn clone(&self) -> TrackTranslateCodec
fn clone(&self) -> TrackTranslateCodec
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 TrackTranslateCodec
impl Debug for TrackTranslateCodec
Source§impl Default for TrackTranslateCodec
impl Default for TrackTranslateCodec
Source§impl Deref for TrackTranslateCodec
impl Deref for TrackTranslateCodec
Source§impl Element for TrackTranslateCodec
impl Element for TrackTranslateCodec
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§fn encode_body<B: BufMut>(&self, buf: &mut B) -> Result<()>
fn encode_body<B: BufMut>(&self, buf: &mut B) -> Result<()>
Encode the body of the element to a buffer.
Source§const HAS_DEFAULT_VALUE: bool = false
const HAS_DEFAULT_VALUE: bool = false
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 TrackTranslateCodec
impl Hash for TrackTranslateCodec
Source§impl Ord for TrackTranslateCodec
impl Ord for TrackTranslateCodec
Source§fn cmp(&self, other: &TrackTranslateCodec) -> Ordering
fn cmp(&self, other: &TrackTranslateCodec) -> 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 TrackTranslateCodec
impl PartialEq for TrackTranslateCodec
Source§impl PartialOrd for TrackTranslateCodec
impl PartialOrd for TrackTranslateCodec
impl Copy for TrackTranslateCodec
impl Eq for TrackTranslateCodec
impl StructuralPartialEq for TrackTranslateCodec
Auto Trait Implementations§
impl Freeze for TrackTranslateCodec
impl RefUnwindSafe for TrackTranslateCodec
impl Send for TrackTranslateCodec
impl Sync for TrackTranslateCodec
impl Unpin for TrackTranslateCodec
impl UnsafeUnpin for TrackTranslateCodec
impl UnwindSafe for TrackTranslateCodec
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