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