#[repr(C)]pub struct CommonSectionHeader2 {
pub size: [u8; 3],
pub type: SectionType,
pub extended_size: u32,
}Expand description
Section Header 2 for files larger than 16Mb, define in [UEFI-PI Spec] section 2.2.4
Fields§
§size: [u8; 3]§type: SectionType§extended_size: u32Implementations§
Trait Implementations§
Source§impl Clone for CommonSectionHeader2
impl Clone for CommonSectionHeader2
Source§fn clone(&self) -> CommonSectionHeader2
fn clone(&self) -> CommonSectionHeader2
Returns a duplicate 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 moreSource§impl Debug for CommonSectionHeader2
impl Debug for CommonSectionHeader2
impl Copy for CommonSectionHeader2
Auto Trait Implementations§
impl Freeze for CommonSectionHeader2
impl RefUnwindSafe for CommonSectionHeader2
impl Send for CommonSectionHeader2
impl Sync for CommonSectionHeader2
impl Unpin for CommonSectionHeader2
impl UnwindSafe for CommonSectionHeader2
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