pub enum UefiModuleType {
}Variants§
Raw
Freeform
SecCore
PeiCore
DxeCore
PeiModule
DxeDriver
CombinedPeiDxe
Application
SmmModule
VolumeImage
CombinedSmmDxe
SmmCore
SmmStandaloneModule
SmmStandaloneCore
Oem(u8)
Debug(u8)
Pad
Ffs(u8)
Unknown
Implementations§
Trait Implementations§
Source§impl Clone for UefiModuleType
impl Clone for UefiModuleType
Source§fn clone(&self) -> UefiModuleType
fn clone(&self) -> UefiModuleType
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 UefiModuleType
impl Debug for UefiModuleType
Source§impl Default for UefiModuleType
impl Default for UefiModuleType
Source§impl<'de> Deserialize<'de> for UefiModuleType
impl<'de> Deserialize<'de> for UefiModuleType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<UefiModuleType> for u8
impl From<UefiModuleType> for u8
Source§fn from(t: UefiModuleType) -> Self
fn from(t: UefiModuleType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for UefiModuleType
impl From<u8> for UefiModuleType
Source§impl Hash for UefiModuleType
impl Hash for UefiModuleType
Source§impl Ord for UefiModuleType
impl Ord for UefiModuleType
Source§fn cmp(&self, other: &UefiModuleType) -> Ordering
fn cmp(&self, other: &UefiModuleType) -> 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 UefiModuleType
impl PartialEq for UefiModuleType
Source§impl PartialOrd for UefiModuleType
impl PartialOrd for UefiModuleType
Source§impl Serialize for UefiModuleType
impl Serialize for UefiModuleType
impl Copy for UefiModuleType
impl Eq for UefiModuleType
impl StructuralPartialEq for UefiModuleType
Auto Trait Implementations§
impl Freeze for UefiModuleType
impl RefUnwindSafe for UefiModuleType
impl Send for UefiModuleType
impl Sync for UefiModuleType
impl Unpin for UefiModuleType
impl UnsafeUnpin for UefiModuleType
impl UnwindSafe for UefiModuleType
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