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