Enum IrMod
#[repr(u8)]pub enum IrMod {
Tim16 = 0,
Usart1 = 1,
Usart4 = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for IrMod
impl Eq for IrMod
§impl Ord for IrMod
impl Ord for IrMod
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for IrMod
impl PartialOrd for IrMod
impl StructuralPartialEq for IrMod
Auto Trait Implementations§
impl Freeze for IrMod
impl RefUnwindSafe for IrMod
impl Send for IrMod
impl Sync for IrMod
impl Unpin for IrMod
impl UnsafeUnpin for IrMod
impl UnwindSafe for IrMod
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