pub struct Mp4aBox {
pub data_reference_index: u16,
pub channelcount: u16,
pub samplesize: u16,
pub samplerate: FixedPointU16,
pub esds: Option<EsdsBox>,
}
Fields§
§data_reference_index: u16
§channelcount: u16
§samplesize: u16
§samplerate: FixedPointU16
§esds: Option<EsdsBox>
Implementations§
Trait Implementations§
source§impl PartialEq for Mp4aBox
impl PartialEq for Mp4aBox
impl Eq for Mp4aBox
impl StructuralPartialEq for Mp4aBox
Auto Trait Implementations§
impl Freeze for Mp4aBox
impl RefUnwindSafe for Mp4aBox
impl Send for Mp4aBox
impl Sync for Mp4aBox
impl Unpin for Mp4aBox
impl UnwindSafe for Mp4aBox
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