pub struct BootEntry {
pub name: String,
pub kernel_path: String,
pub initrd_path: Option<String>,
pub cmdline: String,
pub root_device: Option<String>,
}Fields§
§name: String§kernel_path: String§initrd_path: Option<String>§cmdline: String§root_device: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BootEntry
impl RefUnwindSafe for BootEntry
impl Send for BootEntry
impl Sync for BootEntry
impl Unpin for BootEntry
impl UnwindSafe for BootEntry
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