pub struct Mp4Bounds {
pub audio_offset: u64,
pub audio_length: u64,
}Expand description
Audio payload bounds within the backing file (the verbatim mdat payload).
Fields§
§audio_offset: u64§audio_length: u64Trait Implementations§
impl Copy for Mp4Bounds
impl Eq for Mp4Bounds
impl StructuralPartialEq for Mp4Bounds
Auto Trait Implementations§
impl Freeze for Mp4Bounds
impl RefUnwindSafe for Mp4Bounds
impl Send for Mp4Bounds
impl Sync for Mp4Bounds
impl Unpin for Mp4Bounds
impl UnsafeUnpin for Mp4Bounds
impl UnwindSafe for Mp4Bounds
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