Struct LONG_SECTION
#[repr(C, packed(1))]pub struct LONG_SECTION {
pub TableId: u8,
pub Header: LONG_SECTION_0,
pub TableIdExtension: u16,
pub Version: LONG_SECTION_1,
pub SectionNumber: u8,
pub LastSectionNumber: u8,
pub RemainingData: [u8; 1],
}
Fields§
§TableId: u8
§Header: LONG_SECTION_0
§TableIdExtension: u16
§Version: LONG_SECTION_1
§SectionNumber: u8
§LastSectionNumber: u8
§RemainingData: [u8; 1]
Trait Implementations§
§impl Clone for LONG_SECTION
impl Clone for LONG_SECTION
§fn clone(&self) -> LONG_SECTION
fn clone(&self) -> LONG_SECTION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for LONG_SECTION
impl Default for LONG_SECTION
impl Copy for LONG_SECTION
Auto Trait Implementations§
impl Freeze for LONG_SECTION
impl RefUnwindSafe for LONG_SECTION
impl Send for LONG_SECTION
impl Sync for LONG_SECTION
impl Unpin for LONG_SECTION
impl UnwindSafe for LONG_SECTION
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