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