#[repr(C, packed(1))]pub struct BootSpecification {
pub header: DevicePathProtocol,
pub device_type: u16,
pub status_flag: u16,
pub description_string: [u8; 0],
}
Fields§
§header: DevicePathProtocol
§device_type: u16
§status_flag: u16
§description_string: [u8; 0]
Auto Trait Implementations§
impl Freeze for BootSpecification
impl RefUnwindSafe for BootSpecification
impl Send for BootSpecification
impl Sync for BootSpecification
impl Unpin for BootSpecification
impl UnwindSafe for BootSpecification
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