#[repr(C)]pub struct FirmwareVolumeExtEntry {
pub ext_entry_size: u16,
pub ext_entry_type: u32,
}Expand description
Firmware volume extension entry.
After the extension header, there is an array of variable-length extension header entries, each prefixed with the EFI_FIRMWARE_VOLUME_EXT_ENTRY structure.
Fields§
§ext_entry_size: u16§ext_entry_type: u32Implementations§
Trait Implementations§
Source§impl Clone for FirmwareVolumeExtEntry
impl Clone for FirmwareVolumeExtEntry
Source§fn clone(&self) -> FirmwareVolumeExtEntry
fn clone(&self) -> FirmwareVolumeExtEntry
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 FirmwareVolumeExtEntry
impl Debug for FirmwareVolumeExtEntry
impl Copy for FirmwareVolumeExtEntry
Auto Trait Implementations§
impl Freeze for FirmwareVolumeExtEntry
impl RefUnwindSafe for FirmwareVolumeExtEntry
impl Send for FirmwareVolumeExtEntry
impl Sync for FirmwareVolumeExtEntry
impl Unpin for FirmwareVolumeExtEntry
impl UnwindSafe for FirmwareVolumeExtEntry
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