#[repr(u8)]pub enum Pwmen1 {
MATCH = 0,
PWM = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pwmen1
impl Ord for Pwmen1
Source§impl PartialOrd for Pwmen1
impl PartialOrd for Pwmen1
impl Copy for Pwmen1
impl Eq for Pwmen1
impl StructuralPartialEq for Pwmen1
Auto Trait Implementations§
impl Freeze for Pwmen1
impl RefUnwindSafe for Pwmen1
impl Send for Pwmen1
impl Sync for Pwmen1
impl Unpin for Pwmen1
impl UnwindSafe for Pwmen1
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