pub enum FanState {
Normal,
Failed,
}
Expand description
Unit fan state.
Variants§
Implementations§
Trait Implementations§
impl Eq for FanState
impl StructuralPartialEq for FanState
Auto Trait Implementations§
impl Freeze for FanState
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