pub enum UefiConfigType {
None,
Igvm,
}
Expand description
The UEFI config type to pass to the UEFI loader.
Variants§
Trait Implementations§
Source§impl Clone for UefiConfigType
impl Clone for UefiConfigType
Source§fn clone(&self) -> UefiConfigType
fn clone(&self) -> UefiConfigType
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 UefiConfigType
impl Debug for UefiConfigType
Source§impl<'de> Deserialize<'de> for UefiConfigType
impl<'de> Deserialize<'de> for UefiConfigType
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 Serialize for UefiConfigType
impl Serialize for UefiConfigType
impl Copy for UefiConfigType
Auto Trait Implementations§
impl Freeze for UefiConfigType
impl RefUnwindSafe for UefiConfigType
impl Send for UefiConfigType
impl Sync for UefiConfigType
impl Unpin for UefiConfigType
impl UnwindSafe for UefiConfigType
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