pub struct SectionHeader {
pub len: u32,
pub sect_num: u8,
}
Fields§
§len: u32
Length of section in octets (nn).
sect_num: u8
Number of section.
Trait Implementations§
Source§impl Debug for SectionHeader
impl Debug for SectionHeader
Source§impl Dump for SectionHeader
impl Dump for SectionHeader
Source§impl PartialEq for SectionHeader
impl PartialEq for SectionHeader
Source§impl TryFromSlice for SectionHeader
impl TryFromSlice for SectionHeader
impl StructuralPartialEq for SectionHeader
Auto Trait Implementations§
impl Freeze for SectionHeader
impl RefUnwindSafe for SectionHeader
impl Send for SectionHeader
impl Sync for SectionHeader
impl Unpin for SectionHeader
impl UnwindSafe for SectionHeader
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