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