pub struct EfiImage { /* private fields */ }
Expand description
Handle to a FAT filesystem used as an EFI partition
Implementations§
Auto Trait Implementations§
impl !Freeze for EfiImage
impl !RefUnwindSafe for EfiImage
impl !Send for EfiImage
impl !Sync for EfiImage
impl Unpin for EfiImage
impl !UnwindSafe for EfiImage
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