#[repr(C)]pub struct nvme_perf_attr_id {
pub id: [__u8; 16],
}Expand description
struct nvme_perf_attr_id - Performance attribute identifier structure @id: Performance attribute identifier
Fields§
§id: [__u8; 16]Trait Implementations§
Source§impl Clone for nvme_perf_attr_id
impl Clone for nvme_perf_attr_id
Source§fn clone(&self) -> nvme_perf_attr_id
fn clone(&self) -> nvme_perf_attr_id
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_perf_attr_id
impl Debug for nvme_perf_attr_id
Source§impl Default for nvme_perf_attr_id
impl Default for nvme_perf_attr_id
Source§fn default() -> nvme_perf_attr_id
fn default() -> nvme_perf_attr_id
Returns the “default value” for a type. Read more
impl Copy for nvme_perf_attr_id
Auto Trait Implementations§
impl Freeze for nvme_perf_attr_id
impl RefUnwindSafe for nvme_perf_attr_id
impl Send for nvme_perf_attr_id
impl Sync for nvme_perf_attr_id
impl Unpin for nvme_perf_attr_id
impl UnsafeUnpin for nvme_perf_attr_id
impl UnwindSafe for nvme_perf_attr_id
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