#[repr(C)]
pub union STORAGE_FIRMWARE_SLOT_INFO_0 {
pub Info: [u8; 8],
pub AsUlonglong: u64,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Info: [u8; 8]
§AsUlonglong: u64
Trait Implementations§
§impl Clone for STORAGE_FIRMWARE_SLOT_INFO_0
impl Clone for STORAGE_FIRMWARE_SLOT_INFO_0
impl Copy for STORAGE_FIRMWARE_SLOT_INFO_0
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_FIRMWARE_SLOT_INFO_0
impl Send for STORAGE_FIRMWARE_SLOT_INFO_0
impl Sync for STORAGE_FIRMWARE_SLOT_INFO_0
impl Unpin for STORAGE_FIRMWARE_SLOT_INFO_0
impl UnwindSafe for STORAGE_FIRMWARE_SLOT_INFO_0
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