Struct windows_sys::Win32::Storage::Nvme::NVME_FIRMWARE_SLOT_INFO_LOG
#[repr(C)]pub struct NVME_FIRMWARE_SLOT_INFO_LOG {
pub AFI: NVME_FIRMWARE_SLOT_INFO_LOG_0,
pub Reserved0: [u8; 7],
pub FRS: [u64; 7],
pub Reserved1: [u8; 448],
}
Fields§
§AFI: NVME_FIRMWARE_SLOT_INFO_LOG_0
§Reserved0: [u8; 7]
§FRS: [u64; 7]
§Reserved1: [u8; 448]
Trait Implementations§
§impl Clone for NVME_FIRMWARE_SLOT_INFO_LOG
impl Clone for NVME_FIRMWARE_SLOT_INFO_LOG
impl Copy for NVME_FIRMWARE_SLOT_INFO_LOG
Auto Trait Implementations§
impl RefUnwindSafe for NVME_FIRMWARE_SLOT_INFO_LOG
impl Send for NVME_FIRMWARE_SLOT_INFO_LOG
impl Sync for NVME_FIRMWARE_SLOT_INFO_LOG
impl Unpin for NVME_FIRMWARE_SLOT_INFO_LOG
impl UnwindSafe for NVME_FIRMWARE_SLOT_INFO_LOG
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