Enum nvml_wrapper::enum_wrappers::unit::FanState
source · pub enum FanState {
Normal,
Failed,
}
Expand description
Unit fan state.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for FanState
impl PartialEq for FanState
impl Eq for FanState
impl StructuralPartialEq for FanState
Auto Trait Implementations§
impl RefUnwindSafe for FanState
impl Send for FanState
impl Sync for FanState
impl Unpin for FanState
impl UnwindSafe for FanState
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