#[repr(C)]pub struct nvme_vs_perf_attr {
pub paid: [__u8; 16],
pub rsvd16: [__u8; 14],
pub attrl: __le16,
pub vs: [__u8; 4064],
}Expand description
struct nvme_vs_perf_attr - Vendor specific performance attribute structure @paid: Performance attribute identifier @rsvd16: Reserved @attrl: Attribute Length @vs: Vendor specific
Fields§
§paid: [__u8; 16]§rsvd16: [__u8; 14]§attrl: __le16§vs: [__u8; 4064]Trait Implementations§
Source§impl Clone for nvme_vs_perf_attr
impl Clone for nvme_vs_perf_attr
Source§fn clone(&self) -> nvme_vs_perf_attr
fn clone(&self) -> nvme_vs_perf_attr
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_vs_perf_attr
impl Debug for nvme_vs_perf_attr
Source§impl Default for nvme_vs_perf_attr
impl Default for nvme_vs_perf_attr
impl Copy for nvme_vs_perf_attr
Auto Trait Implementations§
impl Freeze for nvme_vs_perf_attr
impl RefUnwindSafe for nvme_vs_perf_attr
impl Send for nvme_vs_perf_attr
impl Sync for nvme_vs_perf_attr
impl Unpin for nvme_vs_perf_attr
impl UnsafeUnpin for nvme_vs_perf_attr
impl UnwindSafe for nvme_vs_perf_attr
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