Struct windows::Win32::Storage::Nvme::NVME_RESERVATION_NOTIFICATION_LOG
#[repr(C)]pub struct NVME_RESERVATION_NOTIFICATION_LOG {
pub LogPageCount: u64,
pub LogPageType: u8,
pub AvailableLogPageCount: u8,
pub Reserved0: [u8; 2],
pub NameSpaceId: u32,
pub Reserved1: [u8; 48],
}
Fields§
§LogPageCount: u64
§LogPageType: u8
§AvailableLogPageCount: u8
§Reserved0: [u8; 2]
§NameSpaceId: u32
§Reserved1: [u8; 48]
Trait Implementations§
§impl Clone for NVME_RESERVATION_NOTIFICATION_LOG
impl Clone for NVME_RESERVATION_NOTIFICATION_LOG
§fn clone(&self) -> NVME_RESERVATION_NOTIFICATION_LOG
fn clone(&self) -> NVME_RESERVATION_NOTIFICATION_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 more§impl Debug for NVME_RESERVATION_NOTIFICATION_LOG
impl Debug for NVME_RESERVATION_NOTIFICATION_LOG
§impl PartialEq for NVME_RESERVATION_NOTIFICATION_LOG
impl PartialEq for NVME_RESERVATION_NOTIFICATION_LOG
§fn eq(&self, other: &NVME_RESERVATION_NOTIFICATION_LOG) -> bool
fn eq(&self, other: &NVME_RESERVATION_NOTIFICATION_LOG) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NVME_RESERVATION_NOTIFICATION_LOG
impl Eq for NVME_RESERVATION_NOTIFICATION_LOG
impl StructuralPartialEq for NVME_RESERVATION_NOTIFICATION_LOG
Auto Trait Implementations§
impl Freeze for NVME_RESERVATION_NOTIFICATION_LOG
impl RefUnwindSafe for NVME_RESERVATION_NOTIFICATION_LOG
impl Send for NVME_RESERVATION_NOTIFICATION_LOG
impl Sync for NVME_RESERVATION_NOTIFICATION_LOG
impl Unpin for NVME_RESERVATION_NOTIFICATION_LOG
impl UnwindSafe for NVME_RESERVATION_NOTIFICATION_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
)