pub struct BootEntry {
pub attributes: u32,
pub title: String,
pub devpath: DevPath,
pub optdata: BootEntryOptData,
}Fields§
§attributes: u32§title: String§devpath: DevPath§optdata: BootEntryOptDataImplementations§
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 UnsafeUnpin 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