#[repr(u8)]pub enum PwmMode {
SystemClock = 1,
High = 0,
}Variants§
Trait Implementations§
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