pub struct EspBackend {
_private: (),
}Expand description
ESP/FAT32 persistence backend (Layer 0)
Primary bootable storage - writes to /EFI/BOOT/BOOTX64.EFI on the ESP.
Fields§
§_private: ()Implementations§
Trait Implementations§
Source§impl PersistenceBackend for EspBackend
impl PersistenceBackend for EspBackend
Auto Trait Implementations§
impl Freeze for EspBackend
impl RefUnwindSafe for EspBackend
impl Send for EspBackend
impl Sync for EspBackend
impl Unpin for EspBackend
impl UnwindSafe for EspBackend
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