[][src]Trait mp4parse::ToUsize

pub trait ToUsize {
    pub fn to_usize(self) -> usize;
}

A trait to indicate a type can be infallibly converted to usize. This should only be implemented for infallible conversions, so only unsigned types are valid.

Required methods

pub fn to_usize(self) -> usize[src]

Loading content...

Implementations on Foreign Types

impl ToUsize for u8[src]

impl ToUsize for u16[src]

impl ToUsize for u32[src]

Loading content...

Implementors

Loading content...