Union nvml_wrapper_sys::bindings::nvmlValue_st
source · #[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,
}
Fields§
§dVal: f64
§siVal: c_int
§uiVal: c_uint
§ulVal: c_ulong
§ullVal: c_ulonglong
§sllVal: c_longlong
Trait 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 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 moreimpl Copy for nvmlValue_st
Auto Trait Implementations§
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