Struct windows::Win32::Storage::Nvme::NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
#[repr(C, packed(1))]pub struct NVME_WCS_DEVICE_ERROR_RECOVERY_LOG {
pub PanicResetWaitTime: u16,
pub PanicResetAction: NVME_WCS_DEVICE_RESET_ACTION,
pub DriveRecoveryAction: u8,
pub PanicId: u64,
pub DeviceCapabilitiesA: NVME_WCS_DEVICE_CAPABILITIES,
pub VendorSpecificRecoveryCode: u8,
pub Reserved0: [u8; 3],
pub VendorSpecificCommandCDW12: u32,
pub VendorSpecificCommandCDW13: u32,
pub Reserved1: [u8; 466],
pub LogPageVersionNumber: u16,
pub LogPageGUID: GUID,
}
Fields§
§PanicResetWaitTime: u16
§PanicResetAction: NVME_WCS_DEVICE_RESET_ACTION
§DriveRecoveryAction: u8
§PanicId: u64
§DeviceCapabilitiesA: NVME_WCS_DEVICE_CAPABILITIES
§VendorSpecificRecoveryCode: u8
§Reserved0: [u8; 3]
§VendorSpecificCommandCDW12: u32
§VendorSpecificCommandCDW13: u32
§Reserved1: [u8; 466]
§LogPageVersionNumber: u16
§LogPageGUID: GUID
Trait Implementations§
§impl Clone for NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
impl Clone for NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
§fn clone(&self) -> NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
fn clone(&self) -> NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
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_WCS_DEVICE_ERROR_RECOVERY_LOG
Auto Trait Implementations§
impl Freeze for NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
impl RefUnwindSafe for NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
impl Send for NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
impl Sync for NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
impl Unpin for NVME_WCS_DEVICE_ERROR_RECOVERY_LOG
impl UnwindSafe for NVME_WCS_DEVICE_ERROR_RECOVERY_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
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
)