#[repr(C)]pub struct nvmlGpuThermalSettings_t {
pub count: c_uint,
pub sensor: [nvmlGpuThermalSettings_t__bindgen_ty_1; 3],
}
Fields§
§count: c_uint
§sensor: [nvmlGpuThermalSettings_t__bindgen_ty_1; 3]
Trait Implementations§
source§impl Clone for nvmlGpuThermalSettings_t
impl Clone for nvmlGpuThermalSettings_t
source§fn clone(&self) -> nvmlGpuThermalSettings_t
fn clone(&self) -> nvmlGpuThermalSettings_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 nvmlGpuThermalSettings_t
impl Debug for nvmlGpuThermalSettings_t
impl Copy for nvmlGpuThermalSettings_t
Auto Trait Implementations§
impl RefUnwindSafe for nvmlGpuThermalSettings_t
impl Send for nvmlGpuThermalSettings_t
impl Sync for nvmlGpuThermalSettings_t
impl Unpin for nvmlGpuThermalSettings_t
impl UnwindSafe for nvmlGpuThermalSettings_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