#[repr(C)]pub struct STORAGE_FIRMWARE_SLOT_INFO_V2 {
pub SlotNumber: u8,
pub ReadOnly: BOOLEAN,
pub Reserved: [u8; 6],
pub Revision: [u8; 16],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§SlotNumber: u8
§ReadOnly: BOOLEAN
§Reserved: [u8; 6]
§Revision: [u8; 16]
Trait Implementations§
§impl Clone for STORAGE_FIRMWARE_SLOT_INFO_V2
impl Clone for STORAGE_FIRMWARE_SLOT_INFO_V2
impl Copy for STORAGE_FIRMWARE_SLOT_INFO_V2
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_FIRMWARE_SLOT_INFO_V2
impl Send for STORAGE_FIRMWARE_SLOT_INFO_V2
impl Sync for STORAGE_FIRMWARE_SLOT_INFO_V2
impl Unpin for STORAGE_FIRMWARE_SLOT_INFO_V2
impl UnwindSafe for STORAGE_FIRMWARE_SLOT_INFO_V2
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