#[repr(C)]pub struct nvmlUnitFanSpeeds_st {
pub fans: [nvmlUnitFanInfo_t; 24],
pub count: c_uint,
}Fields§
§fans: [nvmlUnitFanInfo_t; 24]§count: c_uintTrait Implementations§
Source§impl Clone for nvmlUnitFanSpeeds_st
impl Clone for nvmlUnitFanSpeeds_st
Source§fn clone(&self) -> nvmlUnitFanSpeeds_st
fn clone(&self) -> nvmlUnitFanSpeeds_st
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for nvmlUnitFanSpeeds_st
Auto Trait Implementations§
impl Freeze for nvmlUnitFanSpeeds_st
impl RefUnwindSafe for nvmlUnitFanSpeeds_st
impl Send for nvmlUnitFanSpeeds_st
impl Sync for nvmlUnitFanSpeeds_st
impl Unpin for nvmlUnitFanSpeeds_st
impl UnsafeUnpin for nvmlUnitFanSpeeds_st
impl UnwindSafe for nvmlUnitFanSpeeds_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