#[repr(C)]pub struct nvme_perf_characteristics {
pub __bindgen_anon_1: nvme_perf_characteristics__bindgen_ty_1,
}Expand description
struct nvme_perf_characteristics - Performance attribute structure @std_perf: Standard performance attribute @id_list: Performance attribute identifier list @vs_perf: Vendor specific performance attribute @attr_buf: Attribute buffer
Fields§
§__bindgen_anon_1: nvme_perf_characteristics__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for nvme_perf_characteristics
impl RefUnwindSafe for nvme_perf_characteristics
impl Send for nvme_perf_characteristics
impl Sync for nvme_perf_characteristics
impl Unpin for nvme_perf_characteristics
impl UnsafeUnpin for nvme_perf_characteristics
impl UnwindSafe for nvme_perf_characteristics
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