#[repr(C)]pub struct nvme_id_directives {
pub supported: [__u8; 32],
pub enabled: [__u8; 32],
pub rsvd64: [__u8; 4032],
}Expand description
struct nvme_id_directives - Identify Directive - Return Parameters Data Structure @supported: Identify directive is supported @enabled: Identify directive is Enabled @rsvd64: Reserved
Fields§
§supported: [__u8; 32]§enabled: [__u8; 32]§rsvd64: [__u8; 4032]Trait Implementations§
Source§impl Clone for nvme_id_directives
impl Clone for nvme_id_directives
Source§fn clone(&self) -> nvme_id_directives
fn clone(&self) -> nvme_id_directives
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_directives
impl Debug for nvme_id_directives
Source§impl Default for nvme_id_directives
impl Default for nvme_id_directives
impl Copy for nvme_id_directives
Auto Trait Implementations§
impl Freeze for nvme_id_directives
impl RefUnwindSafe for nvme_id_directives
impl Send for nvme_id_directives
impl Sync for nvme_id_directives
impl Unpin for nvme_id_directives
impl UnsafeUnpin for nvme_id_directives
impl UnwindSafe for nvme_id_directives
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