Struct windows_sys::Win32::System::Ioctl::SCM_PD_FIRMWARE_SLOT_INFO
#[repr(C)]pub struct SCM_PD_FIRMWARE_SLOT_INFO {
pub Version: u32,
pub Size: u32,
pub SlotNumber: u8,
pub _bitfield: u8,
pub Reserved1: [u8; 6],
pub Revision: [u8; 32],
}
Fields§
§Version: u32
§Size: u32
§SlotNumber: u8
§_bitfield: u8
§Reserved1: [u8; 6]
§Revision: [u8; 32]
Trait Implementations§
§impl Clone for SCM_PD_FIRMWARE_SLOT_INFO
impl Clone for SCM_PD_FIRMWARE_SLOT_INFO
impl Copy for SCM_PD_FIRMWARE_SLOT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SCM_PD_FIRMWARE_SLOT_INFO
impl Send for SCM_PD_FIRMWARE_SLOT_INFO
impl Sync for SCM_PD_FIRMWARE_SLOT_INFO
impl Unpin for SCM_PD_FIRMWARE_SLOT_INFO
impl UnwindSafe for SCM_PD_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