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