Struct windows::Win32::Storage::Nvme::NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
#[repr(C, packed(1))]pub struct NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2 {Show 15 fields
pub PanicResetWaitTime: u16,
pub PanicResetAction: NVME_WCS_DEVICE_RESET_ACTION,
pub DeviceRecoveryAction1: u8,
pub PanicId: u64,
pub DeviceCapabilitiesA: NVME_WCS_DEVICE_CAPABILITIES,
pub VendorSpecificRecoveryCode: u8,
pub Reserved0: [u8; 3],
pub VendorSpecificCommandCDW12: u32,
pub VendorSpecificCommandCDW13: u32,
pub VendorSpecificCommandTimeout: u8,
pub DeviceRecoveryAction2: u8,
pub DeviceRecoveryAction2Timeout: u8,
pub Reserved1: [u8; 463],
pub LogPageVersionNumber: u16,
pub LogPageGUID: GUID,
}
Fields§
§PanicResetWaitTime: u16
§PanicResetAction: NVME_WCS_DEVICE_RESET_ACTION
§DeviceRecoveryAction1: u8
§PanicId: u64
§DeviceCapabilitiesA: NVME_WCS_DEVICE_CAPABILITIES
§VendorSpecificRecoveryCode: u8
§Reserved0: [u8; 3]
§VendorSpecificCommandCDW12: u32
§VendorSpecificCommandCDW13: u32
§VendorSpecificCommandTimeout: u8
§DeviceRecoveryAction2: u8
§DeviceRecoveryAction2Timeout: u8
§Reserved1: [u8; 463]
§LogPageVersionNumber: u16
§LogPageGUID: GUID
Trait Implementations§
§impl Clone for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
impl Clone for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
§fn clone(&self) -> NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
fn clone(&self) -> NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
Auto Trait Implementations§
impl Freeze for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
impl RefUnwindSafe for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
impl Send for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
impl Sync for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
impl Unpin for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
impl UnwindSafe for NVME_OCP_DEVICE_ERROR_RECOVERY_LOG_V2
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)