pub struct SectionHeader<'a> {
pub ty: u32,
pub block_length: u32,
pub magic: u32,
pub major_version: u16,
pub minor_version: u16,
pub section_length: SectionLength,
pub options: Option<Options<'a>>,
pub check_length: u32,
}Fields§
§ty: u32§block_length: u32§magic: u32§major_version: u16§minor_version: u16§section_length: SectionLength§options: Option<Options<'a>>§check_length: u32Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SectionHeader<'a>
impl<'a> RefUnwindSafe for SectionHeader<'a>
impl<'a> Send for SectionHeader<'a>
impl<'a> Sync for SectionHeader<'a>
impl<'a> Unpin for SectionHeader<'a>
impl<'a> UnwindSafe for SectionHeader<'a>
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