#[repr(C, packed(1))]pub struct NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG {
pub UnsupportedCount: u16,
pub Reserved0: [u8; 14],
pub UnsupportedReqList: [UNSUPPORTED_REQUIREMENT; 253],
pub Reserved1: [u8; 14],
pub LogPageVersionNumber: u16,
pub LogPageGUID: GUID,
}
Fields§
§UnsupportedCount: u16
§Reserved0: [u8; 14]
§UnsupportedReqList: [UNSUPPORTED_REQUIREMENT; 253]
§Reserved1: [u8; 14]
§LogPageVersionNumber: u16
§LogPageGUID: GUID
Trait Implementations§
§impl Clone for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
impl Clone for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
§fn clone(&self) -> NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
fn clone(&self) -> NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_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_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
Auto Trait Implementations§
impl Freeze for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
impl RefUnwindSafe for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
impl Send for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
impl Sync for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
impl Unpin for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_LOG
impl UnwindSafe for NVME_OCP_DEVICE_UNSUPPORTED_REQUIREMENTS_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
)