pub enum BootDevices {
Show 15 variants
None,
Pxe,
Floppy,
Cd,
Usb,
Hdd,
BiosSetup,
Utilities,
Diags,
UefiShell,
UefiTarget,
SDCard,
UefiHttp,
RemoteDrive,
UefiBootNext,
}Variants§
None
Pxe
Floppy
Cd
Usb
Hdd
BiosSetup
Utilities
Diags
UefiShell
UefiTarget
SDCard
UefiHttp
RemoteDrive
UefiBootNext
Trait Implementations§
Source§impl Clone for BootDevices
impl Clone for BootDevices
Source§fn clone(&self) -> BootDevices
fn clone(&self) -> BootDevices
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BootDevices
Source§impl Debug for BootDevices
impl Debug for BootDevices
Source§impl<'de> Deserialize<'de> for BootDevices
impl<'de> Deserialize<'de> for BootDevices
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 Display for BootDevices
impl Display for BootDevices
impl Eq for BootDevices
Source§impl PartialEq for BootDevices
impl PartialEq for BootDevices
Source§impl Serialize for BootDevices
impl Serialize for BootDevices
impl StructuralPartialEq for BootDevices
Auto Trait Implementations§
impl Freeze for BootDevices
impl RefUnwindSafe for BootDevices
impl Send for BootDevices
impl Sync for BootDevices
impl Unpin for BootDevices
impl UnsafeUnpin for BootDevices
impl UnwindSafe for BootDevices
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