#[repr(u8)]pub enum Raf {
IDLE = 0,
ACTIVE = 1,
}Variants§
IDLE = 0
LPUART receiver idle waiting for a start bit.
ACTIVE = 1
LPUART receiver active (RXD input not idle).
Implementations§
Trait Implementations§
Source§impl Ord for Raf
impl Ord for Raf
Source§impl PartialOrd for Raf
impl PartialOrd for Raf
impl Copy for Raf
impl Eq for Raf
impl StructuralPartialEq for Raf
Auto Trait Implementations§
impl Freeze for Raf
impl RefUnwindSafe for Raf
impl Send for Raf
impl Sync for Raf
impl Unpin for Raf
impl UnwindSafe for Raf
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