#[repr(C)]pub struct STORAGE_FIRMWARE_SLOT_INFO {
pub SlotNumber: u8,
pub ReadOnly: BOOLEAN,
pub Reserved: [u8; 6],
pub Revision: STORAGE_FIRMWARE_SLOT_INFO_0,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
, "Win32_Foundation"
Fields
SlotNumber: u8
ReadOnly: BOOLEAN
Reserved: [u8; 6]
Revision: STORAGE_FIRMWARE_SLOT_INFO_0
Trait Implementations
impl Clone for STORAGE_FIRMWARE_SLOT_INFO
impl Clone for STORAGE_FIRMWARE_SLOT_INFO
impl Copy for STORAGE_FIRMWARE_SLOT_INFO
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_FIRMWARE_SLOT_INFO
impl Send for STORAGE_FIRMWARE_SLOT_INFO
impl Sync for STORAGE_FIRMWARE_SLOT_INFO
impl Unpin for STORAGE_FIRMWARE_SLOT_INFO
impl UnwindSafe for STORAGE_FIRMWARE_SLOT_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more