pub struct BootVariable {
pub entry: BootEntry,
pub id: u16,
}Fields§
§entry: BootEntry§id: u16Auto Trait Implementations§
impl Freeze for BootVariable
impl RefUnwindSafe for BootVariable
impl Send for BootVariable
impl Sync for BootVariable
impl Unpin for BootVariable
impl UnsafeUnpin for BootVariable
impl UnwindSafe for BootVariable
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