#[repr(C)]pub struct nvmlFieldValue_st {
pub fieldId: c_uint,
pub scopeId: c_uint,
pub timestamp: c_longlong,
pub latencyUsec: c_longlong,
pub valueType: nvmlValueType_t,
pub nvmlReturn: nvmlReturn_t,
pub value: nvmlValue_t,
}Fields§
§fieldId: c_uint§scopeId: c_uint§timestamp: c_longlong§latencyUsec: c_longlong§valueType: nvmlValueType_t§nvmlReturn: nvmlReturn_t§value: nvmlValue_tTrait Implementations§
Source§impl Clone for nvmlFieldValue_st
impl Clone for nvmlFieldValue_st
Source§fn clone(&self) -> nvmlFieldValue_st
fn clone(&self) -> nvmlFieldValue_st
Returns a duplicate 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 moreimpl Copy for nvmlFieldValue_st
Auto Trait Implementations§
impl Freeze for nvmlFieldValue_st
impl RefUnwindSafe for nvmlFieldValue_st
impl Send for nvmlFieldValue_st
impl Sync for nvmlFieldValue_st
impl Unpin for nvmlFieldValue_st
impl UnwindSafe for nvmlFieldValue_st
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