Struct mp4parse::MediaContext
source · pub struct MediaContext {
pub tracks: Vec<Track>,
}Expand description
Internal data structures.
Fields§
§tracks: Vec<Track>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MediaContext
impl RefUnwindSafe for MediaContext
impl Send for MediaContext
impl Sync for MediaContext
impl Unpin for MediaContext
impl UnwindSafe for MediaContext
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