pub struct TagDefaultBogus(pub u64);Expand description
A variant of the TagDefault element with a bogus element ID; see (#tagdefault-element).
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for TagDefaultBogus
impl Clone for TagDefaultBogus
Source§fn clone(&self) -> TagDefaultBogus
fn clone(&self) -> TagDefaultBogus
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 TagDefaultBogus
impl Debug for TagDefaultBogus
Source§impl Default for TagDefaultBogus
impl Default for TagDefaultBogus
Source§impl Deref for TagDefaultBogus
impl Deref for TagDefaultBogus
Source§impl Element for TagDefaultBogus
impl Element for TagDefaultBogus
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 TagDefaultBogus
impl Hash for TagDefaultBogus
Source§impl Ord for TagDefaultBogus
impl Ord for TagDefaultBogus
Source§fn cmp(&self, other: &TagDefaultBogus) -> Ordering
fn cmp(&self, other: &TagDefaultBogus) -> 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 TagDefaultBogus
impl PartialEq for TagDefaultBogus
Source§impl PartialOrd for TagDefaultBogus
impl PartialOrd for TagDefaultBogus
impl Copy for TagDefaultBogus
impl Eq for TagDefaultBogus
impl StructuralPartialEq for TagDefaultBogus
Auto Trait Implementations§
impl Freeze for TagDefaultBogus
impl RefUnwindSafe for TagDefaultBogus
impl Send for TagDefaultBogus
impl Sync for TagDefaultBogus
impl Unpin for TagDefaultBogus
impl UnsafeUnpin for TagDefaultBogus
impl UnwindSafe for TagDefaultBogus
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