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