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 Freeze for BoxSaioOffsetsType
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