#[repr(C)]pub struct nvme_id_iocs {
pub iocsc: [__le64; 512],
}Expand description
struct nvme_id_iocs - NVMe Identify IO Command Set data structure @iocsc: List of supported IO Command Set Combination vectors
Fields§
§iocsc: [__le64; 512]Trait Implementations§
Source§impl Clone for nvme_id_iocs
impl Clone for nvme_id_iocs
Source§fn clone(&self) -> nvme_id_iocs
fn clone(&self) -> nvme_id_iocs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nvme_id_iocs
impl Debug for nvme_id_iocs
Source§impl Default for nvme_id_iocs
impl Default for nvme_id_iocs
impl Copy for nvme_id_iocs
Auto Trait Implementations§
impl Freeze for nvme_id_iocs
impl RefUnwindSafe for nvme_id_iocs
impl Send for nvme_id_iocs
impl Sync for nvme_id_iocs
impl Unpin for nvme_id_iocs
impl UnsafeUnpin for nvme_id_iocs
impl UnwindSafe for nvme_id_iocs
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