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