pub struct OsxConfig;
Expand description
A “parser” for detecting macOS boot configurations
Trait Implementations§
Source§impl ConfigParser for OsxConfig
impl ConfigParser for OsxConfig
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 OsxConfig
impl RefUnwindSafe for OsxConfig
impl Send for OsxConfig
impl Sync for OsxConfig
impl Unpin for OsxConfig
impl UnwindSafe for OsxConfig
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