#[repr(C)]pub union nvmlValue_st {
pub dVal: f64,
pub siVal: c_int,
pub uiVal: c_uint,
pub ulVal: c_ulong,
pub ullVal: c_ulonglong,
pub sllVal: c_longlong,
pub usVal: c_ushort,
}Fields§
§dVal: f64§siVal: c_int§uiVal: c_uint§ulVal: c_ulong§ullVal: c_ulonglong§sllVal: c_longlong§usVal: c_ushortTrait Implementations§
Source§impl Clone for nvmlValue_st
impl Clone for nvmlValue_st
Source§fn clone(&self) -> nvmlValue_st
fn clone(&self) -> nvmlValue_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 nvmlValue_st
Auto Trait Implementations§
impl Freeze for nvmlValue_st
impl RefUnwindSafe for nvmlValue_st
impl Send for nvmlValue_st
impl Sync for nvmlValue_st
impl Unpin for nvmlValue_st
impl UnwindSafe for nvmlValue_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