Struct bmf_parse::boxes::BoxStcoChunkOffsetType
source · pub struct BoxStcoChunkOffsetType {
pub header: Option<(u8, u32)>,
pub offset: u32,
}Fields§
§header: Option<(u8, u32)>§offset: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BoxStcoChunkOffsetType
impl Send for BoxStcoChunkOffsetType
impl Sync for BoxStcoChunkOffsetType
impl Unpin for BoxStcoChunkOffsetType
impl UnwindSafe for BoxStcoChunkOffsetType
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