[−][src]Struct mp4ameta::DataT
A template used for parsing data defined by Table 3-5 Well-known data types.
Implementations
impl DataT[src]
pub fn with(datatype: u32) -> Self[src]
Creates a data template containing the datatype.
pub fn parse(
&self,
reader: &mut impl Read + Seek,
length: usize
) -> Result<Data>[src]
&self,
reader: &mut impl Read + Seek,
length: usize
) -> Result<Data>
Attempts to parse corresponding data from the reader.
Trait Implementations
impl Clone for DataT[src]
impl Debug for DataT[src]
impl PartialEq<DataT> for DataT[src]
impl StructuralPartialEq for DataT[src]
Auto Trait Implementations
impl RefUnwindSafe for DataT
impl Send for DataT
impl Sync for DataT
impl Unpin for DataT
impl UnwindSafe for DataT
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,