pub struct BootOptionCollection<B: Bmc> { /* private fields */ }Expand description
Boot options collection.
Provides functions to access collection members.
Implementations§
Auto Trait Implementations§
impl<B> Freeze for BootOptionCollection<B>
impl<B> RefUnwindSafe for BootOptionCollection<B>where
B: RefUnwindSafe,
impl<B> Send for BootOptionCollection<B>
impl<B> Sync for BootOptionCollection<B>
impl<B> Unpin for BootOptionCollection<B>
impl<B> UnsafeUnpin for BootOptionCollection<B>
impl<B> UnwindSafe for BootOptionCollection<B>where
B: RefUnwindSafe,
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