pub struct ShellConfig;
Expand description
A “parser” for detecting shellx64.efi
Trait Implementations§
Source§impl ConfigParser for ShellConfig
impl ConfigParser for ShellConfig
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 ShellConfig
impl RefUnwindSafe for ShellConfig
impl Send for ShellConfig
impl Sync for ShellConfig
impl Unpin for ShellConfig
impl UnwindSafe for ShellConfig
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