pub struct TargetTypeValue(pub u64);Expand description
A number to indicate the logical level of the target.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for TargetTypeValue
impl Clone for TargetTypeValue
Source§fn clone(&self) -> TargetTypeValue
fn clone(&self) -> TargetTypeValue
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 TargetTypeValue
impl Debug for TargetTypeValue
Source§impl Default for TargetTypeValue
impl Default for TargetTypeValue
Source§impl Deref for TargetTypeValue
impl Deref for TargetTypeValue
Source§impl Element for TargetTypeValue
impl Element for TargetTypeValue
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 TargetTypeValue
impl Hash for TargetTypeValue
Source§impl Ord for TargetTypeValue
impl Ord for TargetTypeValue
Source§fn cmp(&self, other: &TargetTypeValue) -> Ordering
fn cmp(&self, other: &TargetTypeValue) -> 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 TargetTypeValue
impl PartialEq for TargetTypeValue
Source§impl PartialOrd for TargetTypeValue
impl PartialOrd for TargetTypeValue
impl Copy for TargetTypeValue
impl Eq for TargetTypeValue
impl StructuralPartialEq for TargetTypeValue
Auto Trait Implementations§
impl Freeze for TargetTypeValue
impl RefUnwindSafe for TargetTypeValue
impl Send for TargetTypeValue
impl Sync for TargetTypeValue
impl Unpin for TargetTypeValue
impl UnsafeUnpin for TargetTypeValue
impl UnwindSafe for TargetTypeValue
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