pub struct TagTrackUid(pub u64);Expand description
A UID that identifies the Track(s) that the tags belong to.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for TagTrackUid
impl Clone for TagTrackUid
Source§fn clone(&self) -> TagTrackUid
fn clone(&self) -> TagTrackUid
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 TagTrackUid
impl Debug for TagTrackUid
Source§impl Default for TagTrackUid
impl Default for TagTrackUid
Source§impl Deref for TagTrackUid
impl Deref for TagTrackUid
Source§impl Element for TagTrackUid
impl Element for TagTrackUid
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 TagTrackUid
impl Hash for TagTrackUid
Source§impl Ord for TagTrackUid
impl Ord for TagTrackUid
Source§fn cmp(&self, other: &TagTrackUid) -> Ordering
fn cmp(&self, other: &TagTrackUid) -> 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 TagTrackUid
impl PartialEq for TagTrackUid
Source§impl PartialOrd for TagTrackUid
impl PartialOrd for TagTrackUid
impl Copy for TagTrackUid
impl Eq for TagTrackUid
impl StructuralPartialEq for TagTrackUid
Auto Trait Implementations§
impl Freeze for TagTrackUid
impl RefUnwindSafe for TagTrackUid
impl Send for TagTrackUid
impl Sync for TagTrackUid
impl Unpin for TagTrackUid
impl UnsafeUnpin for TagTrackUid
impl UnwindSafe for TagTrackUid
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