#[repr(u8)]pub enum Notrdy {
ID1 = 0,
ID2 = 1,
}Variants§
ID1 = 0
FlexCAN is in Normal mode, Listen-Only mode, or Loopback mode.
ID2 = 1
FlexCAN is in Disable mode, Doze mode, Stop mode, or Freeze mode.
Implementations§
Trait Implementations§
Source§impl Ord for Notrdy
impl Ord for Notrdy
Source§impl PartialOrd for Notrdy
impl PartialOrd for Notrdy
impl Copy for Notrdy
impl Eq for Notrdy
impl StructuralPartialEq for Notrdy
Auto Trait Implementations§
impl Freeze for Notrdy
impl RefUnwindSafe for Notrdy
impl Send for Notrdy
impl Sync for Notrdy
impl Unpin for Notrdy
impl UnwindSafe for Notrdy
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