Struct windows_sys::Win32::Storage::IscsiDisc::STORAGE_FIRMWARE_SLOT_INFO
#[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_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§
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