pub enum PwmMode {
Mode1,
Mode2,
}Variants§
Trait Implementations§
impl Copy for PwmMode
impl Eq for PwmMode
impl StructuralPartialEq for PwmMode
Auto Trait Implementations§
impl Freeze for PwmMode
impl RefUnwindSafe for PwmMode
impl Send for PwmMode
impl Sync for PwmMode
impl Unpin for PwmMode
impl UnwindSafe for PwmMode
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