pub struct BootEntry {
pub attributes: BootEntryAttributes,
pub description: String,
pub file_path_list: Option<FilePathList>,
pub optional_data: Vec<u8>,
}Fields§
§attributes: BootEntryAttributes§description: String§file_path_list: Option<FilePathList>§optional_data: Vec<u8>Implementations§
Trait Implementations§
impl StructuralPartialEq for BootEntry
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