Any

Enum Any 

Source
#[non_exhaustive]
pub enum Any {
Show 96 variants Ftyp(Ftyp), Styp(Styp), Meta(Meta), Hdlr(Hdlr), Pitm(Pitm), Iloc(Iloc), Iinf(Iinf), Iprp(Iprp), Ipco(Ipco), Auxc(Auxc), Clap(Clap), Imir(Imir), Irot(Irot), Iscl(Iscl), Ispe(Ispe), Pixi(Pixi), Rref(Rref), Ipma(Ipma), Iref(Iref), Idat(Idat), Ilst(Ilst), Covr(Covr), Desc(Desc), Name(Name), Year(Year), Moov(Moov), Mvhd(Mvhd), Udta(Udta), Skip(Skip), Tkhd(Tkhd), Mdia(Mdia), Mdhd(Mdhd), Minf(Minf), Stbl(Stbl), Stsd(Stsd), Avc1(Avc1), Avcc(Avcc), Btrt(Btrt), Ccst(Ccst), Colr(Colr), Pasp(Pasp), Taic(Taic), Hev1(Hev1), Hvc1(Hvc1), Hvcc(Hvcc), Mp4a(Mp4a), Esds(Esds), Tx3g(Tx3g), Vp08(Vp08), Vp09(Vp09), VpcC(VpcC), Av01(Av01), Av1c(Av1c), Opus(Opus), Dops(Dops), Uncv(Uncv), Cmpd(Cmpd), UncC(UncC), Flac(Flac), Dfla(Dfla), Ac3(Ac3), Ac3SpecificBox(Ac3SpecificBox), Eac3(Eac3), Ec3SpecificBox(Ec3SpecificBox), Stts(Stts), Stsc(Stsc), Stsz(Stsz), Stss(Stss), Stco(Stco), Co64(Co64), Ctts(Ctts), Sbgp(Sbgp), Sgpd(Sgpd), Subs(Subs), Saio(Saio), Saiz(Saiz), Dinf(Dinf), Dref(Dref), Smhd(Smhd), Vmhd(Vmhd), Edts(Edts), Elst(Elst), Mvex(Mvex), Mehd(Mehd), Trex(Trex), Emsg(Emsg), Moof(Moof), Mfhd(Mfhd), Traf(Traf), Tfhd(Tfhd), Tfdt(Tfdt), Trun(Trun), Mdat(Mdat), Free(Free), Trak(Box<Trak>), Unknown(FourCC, Vec<u8>),
}
Expand description

Any of the supported atoms.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Ftyp(Ftyp)

§

Styp(Styp)

§

Meta(Meta)

§

Hdlr(Hdlr)

§

Pitm(Pitm)

§

Iloc(Iloc)

§

Iinf(Iinf)

§

Iprp(Iprp)

§

Ipco(Ipco)

§

Auxc(Auxc)

§

Clap(Clap)

§

Imir(Imir)

§

Irot(Irot)

§

Iscl(Iscl)

§

Ispe(Ispe)

§

Pixi(Pixi)

§

Rref(Rref)

§

Ipma(Ipma)

§

Iref(Iref)

§

Idat(Idat)

§

Ilst(Ilst)

§

Covr(Covr)

§

Desc(Desc)

§

Name(Name)

§

Year(Year)

§

Moov(Moov)

§

Mvhd(Mvhd)

§

Udta(Udta)

§

Skip(Skip)

§

Tkhd(Tkhd)

§

Mdia(Mdia)

§

Mdhd(Mdhd)

§

Minf(Minf)

§

Stbl(Stbl)

§

Stsd(Stsd)

§

Avc1(Avc1)

§

Avcc(Avcc)

§

Btrt(Btrt)

§

Ccst(Ccst)

§

Colr(Colr)

§

Pasp(Pasp)

§

Taic(Taic)

§

Hev1(Hev1)

§

Hvc1(Hvc1)

§

Hvcc(Hvcc)

§

Mp4a(Mp4a)

§

Esds(Esds)

§

Tx3g(Tx3g)

§

Vp08(Vp08)

§

Vp09(Vp09)

§

VpcC(VpcC)

§

Av01(Av01)

§

Av1c(Av1c)

§

Opus(Opus)

§

Dops(Dops)

§

Uncv(Uncv)

§

Cmpd(Cmpd)

§

UncC(UncC)

§

Flac(Flac)

§

Dfla(Dfla)

§

Ac3(Ac3)

§

Ac3SpecificBox(Ac3SpecificBox)

§

Eac3(Eac3)

§

Ec3SpecificBox(Ec3SpecificBox)

§

Stts(Stts)

§

Stsc(Stsc)

§

Stsz(Stsz)

§

Stss(Stss)

§

Stco(Stco)

§

Co64(Co64)

§

Ctts(Ctts)

§

Sbgp(Sbgp)

§

Sgpd(Sgpd)

§

Subs(Subs)

§

Saio(Saio)

§

Saiz(Saiz)

§

Dinf(Dinf)

§

Dref(Dref)

§

Smhd(Smhd)

§

Vmhd(Vmhd)

§

Edts(Edts)

§

Elst(Elst)

§

Mvex(Mvex)

§

Mehd(Mehd)

§

Trex(Trex)

§

Emsg(Emsg)

§

Moof(Moof)

§

Mfhd(Mfhd)

§

Traf(Traf)

§

Tfhd(Tfhd)

§

Tfdt(Tfdt)

§

Trun(Trun)

§

Mdat(Mdat)

§

Free(Free)

§

Trak(Box<Trak>)

§

Unknown(FourCC, Vec<u8>)

Implementations§

Source§

impl Any

Source

pub fn kind(&self) -> FourCC

Get the kind of the atom.

Trait Implementations§

Source§

impl Clone for Any

Source§

fn clone(&self) -> Any

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Any

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for Any

Source§

fn decode<B: Buf>(buf: &mut B) -> Result<Self>

Decode the type from the buffer.
Source§

fn decode_exact<B: Buf>(buf: &mut B, size: usize) -> Result<Self>

Helper: Decode exactly size bytes from the buffer.
Source§

impl DecodeAtom for Any

Source§

fn decode_atom<B: Buf>(header: &Header, buf: &mut B) -> Result<Self>

Decode the atom from a header and payload.

Source§

impl DecodeMaybe for Any

Source§

impl Encode for Any

Source§

fn encode<B: BufMut>(&self, buf: &mut B) -> Result<()>

Source§

impl From<Ac3> for Any

Source§

fn from(inner: Ac3) -> Self

Converts to this type from the input type.
Source§

impl From<Ac3SpecificBox> for Any

Source§

fn from(inner: Ac3SpecificBox) -> Self

Converts to this type from the input type.
Source§

impl From<Auxc> for Any

Source§

fn from(inner: Auxc) -> Self

Converts to this type from the input type.
Source§

impl From<Av01> for Any

Source§

fn from(inner: Av01) -> Self

Converts to this type from the input type.
Source§

impl From<Av1c> for Any

Source§

fn from(inner: Av1c) -> Self

Converts to this type from the input type.
Source§

impl From<Avc1> for Any

Source§

fn from(inner: Avc1) -> Self

Converts to this type from the input type.
Source§

impl From<Avcc> for Any

Source§

fn from(inner: Avcc) -> Self

Converts to this type from the input type.
Source§

impl From<Btrt> for Any

Source§

fn from(inner: Btrt) -> Self

Converts to this type from the input type.
Source§

impl From<Ccst> for Any

Source§

fn from(inner: Ccst) -> Self

Converts to this type from the input type.
Source§

impl From<Clap> for Any

Source§

fn from(inner: Clap) -> Self

Converts to this type from the input type.
Source§

impl From<Cmpd> for Any

Source§

fn from(inner: Cmpd) -> Self

Converts to this type from the input type.
Source§

impl From<Co64> for Any

Source§

fn from(inner: Co64) -> Self

Converts to this type from the input type.
Source§

impl From<Colr> for Any

Source§

fn from(inner: Colr) -> Self

Converts to this type from the input type.
Source§

impl From<Covr> for Any

Source§

fn from(inner: Covr) -> Self

Converts to this type from the input type.
Source§

impl From<Ctts> for Any

Source§

fn from(inner: Ctts) -> Self

Converts to this type from the input type.
Source§

impl From<Desc> for Any

Source§

fn from(inner: Desc) -> Self

Converts to this type from the input type.
Source§

impl From<Dfla> for Any

Source§

fn from(inner: Dfla) -> Self

Converts to this type from the input type.
Source§

impl From<Dinf> for Any

Source§

fn from(inner: Dinf) -> Self

Converts to this type from the input type.
Source§

impl From<Dops> for Any

Source§

fn from(inner: Dops) -> Self

Converts to this type from the input type.
Source§

impl From<Dref> for Any

Source§

fn from(inner: Dref) -> Self

Converts to this type from the input type.
Source§

impl From<Eac3> for Any

Source§

fn from(inner: Eac3) -> Self

Converts to this type from the input type.
Source§

impl From<Ec3SpecificBox> for Any

Source§

fn from(inner: Ec3SpecificBox) -> Self

Converts to this type from the input type.
Source§

impl From<Edts> for Any

Source§

fn from(inner: Edts) -> Self

Converts to this type from the input type.
Source§

impl From<Elst> for Any

Source§

fn from(inner: Elst) -> Self

Converts to this type from the input type.
Source§

impl From<Emsg> for Any

Source§

fn from(inner: Emsg) -> Self

Converts to this type from the input type.
Source§

impl From<Esds> for Any

Source§

fn from(inner: Esds) -> Self

Converts to this type from the input type.
Source§

impl From<Flac> for Any

Source§

fn from(inner: Flac) -> Self

Converts to this type from the input type.
Source§

impl From<Free> for Any

Source§

fn from(inner: Free) -> Self

Converts to this type from the input type.
Source§

impl From<Ftyp> for Any

Source§

fn from(inner: Ftyp) -> Self

Converts to this type from the input type.
Source§

impl From<Hdlr> for Any

Source§

fn from(inner: Hdlr) -> Self

Converts to this type from the input type.
Source§

impl From<Hev1> for Any

Source§

fn from(inner: Hev1) -> Self

Converts to this type from the input type.
Source§

impl From<Hvc1> for Any

Source§

fn from(inner: Hvc1) -> Self

Converts to this type from the input type.
Source§

impl From<Hvcc> for Any

Source§

fn from(inner: Hvcc) -> Self

Converts to this type from the input type.
Source§

impl From<Idat> for Any

Source§

fn from(inner: Idat) -> Self

Converts to this type from the input type.
Source§

impl From<Iinf> for Any

Source§

fn from(inner: Iinf) -> Self

Converts to this type from the input type.
Source§

impl From<Iloc> for Any

Source§

fn from(inner: Iloc) -> Self

Converts to this type from the input type.
Source§

impl From<Ilst> for Any

Source§

fn from(inner: Ilst) -> Self

Converts to this type from the input type.
Source§

impl From<Imir> for Any

Source§

fn from(inner: Imir) -> Self

Converts to this type from the input type.
Source§

impl From<Ipco> for Any

Source§

fn from(inner: Ipco) -> Self

Converts to this type from the input type.
Source§

impl From<Ipma> for Any

Source§

fn from(inner: Ipma) -> Self

Converts to this type from the input type.
Source§

impl From<Iprp> for Any

Source§

fn from(inner: Iprp) -> Self

Converts to this type from the input type.
Source§

impl From<Iref> for Any

Source§

fn from(inner: Iref) -> Self

Converts to this type from the input type.
Source§

impl From<Irot> for Any

Source§

fn from(inner: Irot) -> Self

Converts to this type from the input type.
Source§

impl From<Iscl> for Any

Source§

fn from(inner: Iscl) -> Self

Converts to this type from the input type.
Source§

impl From<Ispe> for Any

Source§

fn from(inner: Ispe) -> Self

Converts to this type from the input type.
Source§

impl From<Mdat> for Any

Source§

fn from(inner: Mdat) -> Self

Converts to this type from the input type.
Source§

impl From<Mdhd> for Any

Source§

fn from(inner: Mdhd) -> Self

Converts to this type from the input type.
Source§

impl From<Mdia> for Any

Source§

fn from(inner: Mdia) -> Self

Converts to this type from the input type.
Source§

impl From<Mehd> for Any

Source§

fn from(inner: Mehd) -> Self

Converts to this type from the input type.
Source§

impl From<Meta> for Any

Source§

fn from(inner: Meta) -> Self

Converts to this type from the input type.
Source§

impl From<Mfhd> for Any

Source§

fn from(inner: Mfhd) -> Self

Converts to this type from the input type.
Source§

impl From<Minf> for Any

Source§

fn from(inner: Minf) -> Self

Converts to this type from the input type.
Source§

impl From<Moof> for Any

Source§

fn from(inner: Moof) -> Self

Converts to this type from the input type.
Source§

impl From<Moov> for Any

Source§

fn from(inner: Moov) -> Self

Converts to this type from the input type.
Source§

impl From<Mp4a> for Any

Source§

fn from(inner: Mp4a) -> Self

Converts to this type from the input type.
Source§

impl From<Mvex> for Any

Source§

fn from(inner: Mvex) -> Self

Converts to this type from the input type.
Source§

impl From<Mvhd> for Any

Source§

fn from(inner: Mvhd) -> Self

Converts to this type from the input type.
Source§

impl From<Name> for Any

Source§

fn from(inner: Name) -> Self

Converts to this type from the input type.
Source§

impl From<Opus> for Any

Source§

fn from(inner: Opus) -> Self

Converts to this type from the input type.
Source§

impl From<Pasp> for Any

Source§

fn from(inner: Pasp) -> Self

Converts to this type from the input type.
Source§

impl From<Pitm> for Any

Source§

fn from(inner: Pitm) -> Self

Converts to this type from the input type.
Source§

impl From<Pixi> for Any

Source§

fn from(inner: Pixi) -> Self

Converts to this type from the input type.
Source§

impl From<Rref> for Any

Source§

fn from(inner: Rref) -> Self

Converts to this type from the input type.
Source§

impl From<Saio> for Any

Source§

fn from(inner: Saio) -> Self

Converts to this type from the input type.
Source§

impl From<Saiz> for Any

Source§

fn from(inner: Saiz) -> Self

Converts to this type from the input type.
Source§

impl From<Sbgp> for Any

Source§

fn from(inner: Sbgp) -> Self

Converts to this type from the input type.
Source§

impl From<Sgpd> for Any

Source§

fn from(inner: Sgpd) -> Self

Converts to this type from the input type.
Source§

impl From<Skip> for Any

Source§

fn from(inner: Skip) -> Self

Converts to this type from the input type.
Source§

impl From<Smhd> for Any

Source§

fn from(inner: Smhd) -> Self

Converts to this type from the input type.
Source§

impl From<Stbl> for Any

Source§

fn from(inner: Stbl) -> Self

Converts to this type from the input type.
Source§

impl From<Stco> for Any

Source§

fn from(inner: Stco) -> Self

Converts to this type from the input type.
Source§

impl From<Stsc> for Any

Source§

fn from(inner: Stsc) -> Self

Converts to this type from the input type.
Source§

impl From<Stsd> for Any

Source§

fn from(inner: Stsd) -> Self

Converts to this type from the input type.
Source§

impl From<Stss> for Any

Source§

fn from(inner: Stss) -> Self

Converts to this type from the input type.
Source§

impl From<Stsz> for Any

Source§

fn from(inner: Stsz) -> Self

Converts to this type from the input type.
Source§

impl From<Stts> for Any

Source§

fn from(inner: Stts) -> Self

Converts to this type from the input type.
Source§

impl From<Styp> for Any

Source§

fn from(inner: Styp) -> Self

Converts to this type from the input type.
Source§

impl From<Subs> for Any

Source§

fn from(inner: Subs) -> Self

Converts to this type from the input type.
Source§

impl From<Taic> for Any

Source§

fn from(inner: Taic) -> Self

Converts to this type from the input type.
Source§

impl From<Tfdt> for Any

Source§

fn from(inner: Tfdt) -> Self

Converts to this type from the input type.
Source§

impl From<Tfhd> for Any

Source§

fn from(inner: Tfhd) -> Self

Converts to this type from the input type.
Source§

impl From<Tkhd> for Any

Source§

fn from(inner: Tkhd) -> Self

Converts to this type from the input type.
Source§

impl From<Traf> for Any

Source§

fn from(inner: Traf) -> Self

Converts to this type from the input type.
Source§

impl From<Trak> for Any

Source§

fn from(inner: Trak) -> Self

Converts to this type from the input type.
Source§

impl From<Trex> for Any

Source§

fn from(inner: Trex) -> Self

Converts to this type from the input type.
Source§

impl From<Trun> for Any

Source§

fn from(inner: Trun) -> Self

Converts to this type from the input type.
Source§

impl From<Tx3g> for Any

Source§

fn from(inner: Tx3g) -> Self

Converts to this type from the input type.
Source§

impl From<Udta> for Any

Source§

fn from(inner: Udta) -> Self

Converts to this type from the input type.
Source§

impl From<UncC> for Any

Source§

fn from(inner: UncC) -> Self

Converts to this type from the input type.
Source§

impl From<Uncv> for Any

Source§

fn from(inner: Uncv) -> Self

Converts to this type from the input type.
Source§

impl From<Vmhd> for Any

Source§

fn from(inner: Vmhd) -> Self

Converts to this type from the input type.
Source§

impl From<Vp08> for Any

Source§

fn from(inner: Vp08) -> Self

Converts to this type from the input type.
Source§

impl From<Vp09> for Any

Source§

fn from(inner: Vp09) -> Self

Converts to this type from the input type.
Source§

impl From<VpcC> for Any

Source§

fn from(inner: VpcC) -> Self

Converts to this type from the input type.
Source§

impl From<Year> for Any

Source§

fn from(inner: Year) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for Any

Source§

fn eq(&self, other: &Any) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl ReadAtom for Any

Source§

fn read_atom<R: Read>(header: &Header, r: &mut R) -> Result<Self>

Source§

impl ReadFrom for Any

Source§

fn read_from<R: Read>(r: &mut R) -> Result<Self>

Source§

impl TryFrom<Any> for Ac3

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ac3SpecificBox

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Auxc

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Av01

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Av1c

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Avc1

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Avcc

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Btrt

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ccst

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Clap

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Cmpd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Co64

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Colr

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Covr

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ctts

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Desc

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Dfla

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Dinf

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Dops

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Dref

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Eac3

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ec3SpecificBox

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Edts

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Elst

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Emsg

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Esds

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Flac

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Free

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ftyp

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Hdlr

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Hev1

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Hvc1

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Hvcc

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Idat

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Iinf

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Iloc

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ilst

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Imir

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ipco

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ipma

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Iprp

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Iref

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Irot

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Iscl

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Ispe

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mdat

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mdhd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mdia

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mehd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Meta

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mfhd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Minf

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Moof

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Moov

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mp4a

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mvex

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Mvhd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Name

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Opus

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Pasp

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Pitm

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Pixi

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Rref

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Saio

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Saiz

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Sbgp

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Sgpd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Skip

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Smhd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Stbl

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Stco

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Stsc

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Stsd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Stss

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Stsz

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Stts

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Styp

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Subs

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Taic

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Tfdt

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Tfhd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Tkhd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Traf

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Trak

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Trex

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Trun

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Tx3g

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Udta

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for UncC

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Uncv

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Vmhd

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Vp08

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Vp09

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for VpcC

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl TryFrom<Any> for Year

Source§

type Error = Any

The type returned in the event of a conversion error.
Source§

fn try_from(any: Any) -> Result<Self, Any>

Performs the conversion.
Source§

impl StructuralPartialEq for Any

Auto Trait Implementations§

§

impl Freeze for Any

§

impl RefUnwindSafe for Any

§

impl Send for Any

§

impl Sync for Any

§

impl Unpin for Any

§

impl UnwindSafe for Any

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> WriteTo for T
where T: Encode,

Source§

fn write_to<W>(&self, w: &mut W) -> Result<(), Error>
where W: Write,