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