pub enum DevicePath {
FilePath(FilePath),
HardDrive(EFIHardDrive),
}Variants§
FilePath(FilePath)
HardDrive(EFIHardDrive)
Implementations§
Source§impl DevicePath
impl DevicePath
Auto Trait Implementations§
impl Freeze for DevicePath
impl RefUnwindSafe for DevicePath
impl Send for DevicePath
impl Sync for DevicePath
impl Unpin for DevicePath
impl UnsafeUnpin for DevicePath
impl UnwindSafe for DevicePath
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