Struct nvml_wrapper_sys::bindings::nvmlUnitFanInfo_st
source · #[repr(C)]pub struct nvmlUnitFanInfo_st {
pub speed: c_uint,
pub state: nvmlFanState_t,
}
Fields§
§speed: c_uint
§state: nvmlFanState_t
Trait Implementations§
source§impl Clone for nvmlUnitFanInfo_st
impl Clone for nvmlUnitFanInfo_st
source§fn clone(&self) -> nvmlUnitFanInfo_st
fn clone(&self) -> nvmlUnitFanInfo_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 moresource§impl Debug for nvmlUnitFanInfo_st
impl Debug for nvmlUnitFanInfo_st
impl Copy for nvmlUnitFanInfo_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlUnitFanInfo_st
impl Send for nvmlUnitFanInfo_st
impl Sync for nvmlUnitFanInfo_st
impl Unpin for nvmlUnitFanInfo_st
impl UnwindSafe for nvmlUnitFanInfo_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