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