Struct nvml_wrapper_sys::bindings::nvmlGpmMetric_t
source · #[repr(C)]pub struct nvmlGpmMetric_t {
pub metricId: c_uint,
pub nvmlReturn: nvmlReturn_t,
pub value: f64,
pub metricInfo: nvmlGpmMetric_t__bindgen_ty_1,
}
Fields§
§metricId: c_uint
§nvmlReturn: nvmlReturn_t
§value: f64
§metricInfo: nvmlGpmMetric_t__bindgen_ty_1
Trait Implementations§
source§impl Clone for nvmlGpmMetric_t
impl Clone for nvmlGpmMetric_t
source§fn clone(&self) -> nvmlGpmMetric_t
fn clone(&self) -> nvmlGpmMetric_t
Returns a copy of the value. Read more
1.0.0 · 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 nvmlGpmMetric_t
impl Debug for nvmlGpmMetric_t
impl Copy for nvmlGpmMetric_t
Auto Trait Implementations§
impl RefUnwindSafe for nvmlGpmMetric_t
impl !Send for nvmlGpmMetric_t
impl !Sync for nvmlGpmMetric_t
impl Unpin for nvmlGpmMetric_t
impl UnwindSafe for nvmlGpmMetric_t
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