#[repr(transparent)]pub struct FvFiletype(pub u8);
Expand description
EFI_FV_FILETYPE
Tuple Fields§
§0: u8
Implementations§
Source§impl FvFiletype
impl FvFiletype
pub const ALL: FvFiletype
pub const RAW: FvFiletype
pub const FREEFORM: FvFiletype
pub const SECURITY_CORE: FvFiletype
pub const PEI_CORE: FvFiletype
pub const DXE_CORE: FvFiletype
pub const PEIM: FvFiletype
pub const DRIVER: FvFiletype
pub const COMBINED_PEIM_DRIVER: FvFiletype
pub const APPLICATION: FvFiletype
pub const MM: FvFiletype
pub const FIRMWARE_VOLUME_IMAGE: FvFiletype
pub const COMBINED_MM_DXE: FvFiletype
pub const MM_CORE: FvFiletype
pub const MM_STANDALONE: FvFiletype
pub const MM_CORE_STANDALONE: FvFiletype
pub const FFS_PAD: FvFiletype
Source§impl FvFiletype
impl FvFiletype
pub const OEM_RANGE: RangeInclusive<u8>
pub const DEBUG_RANGE: RangeInclusive<u8>
pub const FFS_RANGE: RangeInclusive<u8>
Trait Implementations§
Source§impl Clone for FvFiletype
impl Clone for FvFiletype
Source§fn clone(&self) -> FvFiletype
fn clone(&self) -> FvFiletype
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 moreSource§impl Debug for FvFiletype
impl Debug for FvFiletype
Source§impl Hash for FvFiletype
impl Hash for FvFiletype
Source§impl Ord for FvFiletype
impl Ord for FvFiletype
Source§fn cmp(&self, other: &FvFiletype) -> Ordering
fn cmp(&self, other: &FvFiletype) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FvFiletype
impl PartialEq for FvFiletype
Source§impl PartialOrd for FvFiletype
impl PartialOrd for FvFiletype
impl Copy for FvFiletype
impl Eq for FvFiletype
impl StructuralPartialEq for FvFiletype
Auto Trait Implementations§
impl Freeze for FvFiletype
impl RefUnwindSafe for FvFiletype
impl Send for FvFiletype
impl Sync for FvFiletype
impl Unpin for FvFiletype
impl UnwindSafe for FvFiletype
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