pub struct FallbackConfig;
Expand description
A “parser” for detecting BOOTx64.efi, BOOTia32.efi, BOOTaa32.efi, BOOTaa64.efi
Trait Implementations§
Source§impl ConfigParser for FallbackConfig
impl ConfigParser for FallbackConfig
Source§fn parse_configs(
fs: &mut UefiFileSystem,
handle: Handle,
configs: &mut Vec<Config>,
)
fn parse_configs( fs: &mut UefiFileSystem, handle: Handle, configs: &mut Vec<Config>, )
Pushes configs into a mutable reference to a vector, given a filesystem and handle to that filesystem.
Auto Trait Implementations§
impl Freeze for FallbackConfig
impl RefUnwindSafe for FallbackConfig
impl Send for FallbackConfig
impl Sync for FallbackConfig
impl Unpin for FallbackConfig
impl UnwindSafe for FallbackConfig
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