Struct nvml_wrapper::struct_wrappers::unit::FansInfo
source · pub struct FansInfo {
pub count: u32,
pub fans: Vec<FanInfo>,
}
Expand description
Fan information readings for an entire S-class unit.
Fields§
§count: u32
Number of fans in the unit.
fans: Vec<FanInfo>
Fan data for each fan.
Trait Implementations§
source§impl PartialEq for FansInfo
impl PartialEq for FansInfo
source§impl TryFrom<nvmlUnitFanSpeeds_st> for FansInfo
impl TryFrom<nvmlUnitFanSpeeds_st> for FansInfo
impl Eq for FansInfo
impl StructuralPartialEq for FansInfo
Auto Trait Implementations§
impl RefUnwindSafe for FansInfo
impl Send for FansInfo
impl Sync for FansInfo
impl Unpin for FansInfo
impl UnwindSafe for FansInfo
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