pub enum PwmEnable {
FullSpeed,
ManualControl,
BiosControl,
}Expand description
Enum that represents the control states a pwm can be in.
Variants§
Trait Implementations§
Source§impl Ord for PwmEnable
impl Ord for PwmEnable
Source§impl PartialOrd for PwmEnable
impl PartialOrd for PwmEnable
impl Copy for PwmEnable
impl Eq for PwmEnable
impl StructuralPartialEq for PwmEnable
Auto Trait Implementations§
impl Freeze for PwmEnable
impl RefUnwindSafe for PwmEnable
impl Send for PwmEnable
impl Sync for PwmEnable
impl Unpin for PwmEnable
impl UnsafeUnpin for PwmEnable
impl UnwindSafe for PwmEnable
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