pub enum PWMState {
Enabled,
Disabled,
}
Expand description
The state in which the PWM is in, either on or off.
Variants§
Trait Implementations§
impl Eq for PWMState
impl StructuralPartialEq for PWMState
Auto Trait Implementations§
impl Freeze for PWMState
impl RefUnwindSafe for PWMState
impl Send for PWMState
impl Sync for PWMState
impl Unpin for PWMState
impl UnwindSafe for PWMState
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