Struct mp4ameta::FreeformIdent [−][src]
An identifier of a freeform (----) atom containing borrowd mean and name strings.
Fields
mean: &'a strThe mean string, typically in reverse domain notation.
name: &'a strThe name string used to identify the freeform atom.
Implementations
impl<'a> FreeformIdent<'a>[src]
impl<'a> FreeformIdent<'a>[src]Trait Implementations
impl<'a> Clone for FreeformIdent<'a>[src]
impl<'a> Clone for FreeformIdent<'a>[src]fn clone(&self) -> FreeformIdent<'a>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> Eq for FreeformIdent<'a>[src]
impl<'a> Eq for FreeformIdent<'a>[src]impl From<&'_ FreeformIdent<'_>> for DataIdent[src]
impl From<&'_ FreeformIdent<'_>> for DataIdent[src]fn from(value: &FreeformIdent<'_>) -> Self[src]
impl From<FreeformIdent<'_>> for DataIdent[src]
impl From<FreeformIdent<'_>> for DataIdent[src]fn from(value: FreeformIdent<'_>) -> Self[src]
impl Ident for FreeformIdent<'_>[src]
impl Ident for FreeformIdent<'_>[src]impl<'a> PartialEq<FreeformIdent<'a>> for FreeformIdent<'a>[src]
impl<'a> PartialEq<FreeformIdent<'a>> for FreeformIdent<'a>[src]fn eq(&self, other: &FreeformIdent<'a>) -> bool[src]
fn ne(&self, other: &FreeformIdent<'a>) -> bool[src]
impl<'a> StructuralEq for FreeformIdent<'a>[src]
impl<'a> StructuralEq for FreeformIdent<'a>[src]impl<'a> StructuralPartialEq for FreeformIdent<'a>[src]
impl<'a> StructuralPartialEq for FreeformIdent<'a>[src]Auto Trait Implementations
impl<'a> RefUnwindSafe for FreeformIdent<'a>
impl<'a> RefUnwindSafe for FreeformIdent<'a>impl<'a> Send for FreeformIdent<'a>
impl<'a> Send for FreeformIdent<'a>impl<'a> Sync for FreeformIdent<'a>
impl<'a> Sync for FreeformIdent<'a>impl<'a> Unpin for FreeformIdent<'a>
impl<'a> Unpin for FreeformIdent<'a>impl<'a> UnwindSafe for FreeformIdent<'a>
impl<'a> UnwindSafe for FreeformIdent<'a>