Struct windows_sys::Win32::Storage::Nvme::NVME_REPORT_ZONE_INFO
#[repr(C)]pub struct NVME_REPORT_ZONE_INFO {
pub ZoneCount: u64,
pub Reserved: [u64; 7],
pub ZoneDescriptor: [NVME_ZONE_DESCRIPTOR; 1],
}
Fields§
§ZoneCount: u64
§Reserved: [u64; 7]
§ZoneDescriptor: [NVME_ZONE_DESCRIPTOR; 1]
Trait Implementations§
§impl Clone for NVME_REPORT_ZONE_INFO
impl Clone for NVME_REPORT_ZONE_INFO
impl Copy for NVME_REPORT_ZONE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for NVME_REPORT_ZONE_INFO
impl Send for NVME_REPORT_ZONE_INFO
impl Sync for NVME_REPORT_ZONE_INFO
impl Unpin for NVME_REPORT_ZONE_INFO
impl UnwindSafe for NVME_REPORT_ZONE_INFO
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