pub struct DataEntryUrlBox {
pub version: u8,
pub flags: u32,
pub location: Vec<u8>,
}Expand description
Data Entry URL Box (url ) — §8.7.2.
When flags & 1 is set, the media data is in this file (self-contained).
Fields§
§version: u8§flags: u32§location: Vec<u8>Trait Implementations§
Source§impl Clone for DataEntryUrlBox
impl Clone for DataEntryUrlBox
Source§fn clone(&self) -> DataEntryUrlBox
fn clone(&self) -> DataEntryUrlBox
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DataEntryUrlBox
impl Debug for DataEntryUrlBox
impl Eq for DataEntryUrlBox
Source§impl<'a> Parse<'a> for DataEntryUrlBox
impl<'a> Parse<'a> for DataEntryUrlBox
Source§impl PartialEq for DataEntryUrlBox
impl PartialEq for DataEntryUrlBox
Source§impl Serialize for DataEntryUrlBox
impl Serialize for DataEntryUrlBox
Source§impl Serialize for DataEntryUrlBox
impl Serialize for DataEntryUrlBox
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for DataEntryUrlBox
Auto Trait Implementations§
impl Freeze for DataEntryUrlBox
impl RefUnwindSafe for DataEntryUrlBox
impl Send for DataEntryUrlBox
impl Sync for DataEntryUrlBox
impl Unpin for DataEntryUrlBox
impl UnsafeUnpin for DataEntryUrlBox
impl UnwindSafe for DataEntryUrlBox
Blanket Implementations§
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