Struct NVME_DEVICE_SELF_TEST_LOG
#[repr(C)]pub struct NVME_DEVICE_SELF_TEST_LOG {
pub CurrentOperation: NVME_DEVICE_SELF_TEST_LOG_1,
pub CurrentCompletion: NVME_DEVICE_SELF_TEST_LOG_0,
pub Reserved: [u8; 2],
pub ResultData: [NVME_DEVICE_SELF_TEST_RESULT_DATA; 20],
}
Fields§
§CurrentOperation: NVME_DEVICE_SELF_TEST_LOG_1
§CurrentCompletion: NVME_DEVICE_SELF_TEST_LOG_0
§Reserved: [u8; 2]
§ResultData: [NVME_DEVICE_SELF_TEST_RESULT_DATA; 20]
Trait Implementations§
§impl Clone for NVME_DEVICE_SELF_TEST_LOG
impl Clone for NVME_DEVICE_SELF_TEST_LOG
§fn clone(&self) -> NVME_DEVICE_SELF_TEST_LOG
fn clone(&self) -> NVME_DEVICE_SELF_TEST_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_DEVICE_SELF_TEST_LOG
Auto Trait Implementations§
impl Freeze for NVME_DEVICE_SELF_TEST_LOG
impl RefUnwindSafe for NVME_DEVICE_SELF_TEST_LOG
impl Send for NVME_DEVICE_SELF_TEST_LOG
impl Sync for NVME_DEVICE_SELF_TEST_LOG
impl Unpin for NVME_DEVICE_SELF_TEST_LOG
impl UnwindSafe for NVME_DEVICE_SELF_TEST_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