pub struct BoxSaio {
pub header: Option<(u8, u32)>,
pub aux_info_type: Option<u32>,
pub aux_info_type_parameter: Option<u32>,
pub offset_count: u32,
pub offsets: Vec<BoxSaioOffsetsType>,
}Fields§
§header: Option<(u8, u32)>§aux_info_type: Option<u32>§aux_info_type_parameter: Option<u32>§offset_count: u32§offsets: Vec<BoxSaioOffsetsType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxSaio
impl RefUnwindSafe for BoxSaio
impl Send for BoxSaio
impl Sync for BoxSaio
impl Unpin for BoxSaio
impl UnwindSafe for BoxSaio
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