#[repr(u8)]pub enum Mrp {
ID1 = 0,
ID3 = 1,
}Variants§
ID1 = 0
Matching starts from Legacy RX FIFO or Enhanced RX FIFO and continues on message buffers.
ID3 = 1
Matching starts from message buffers and continues on Legacy RX FIFO or Enhanced RX FIFO.
Implementations§
Trait Implementations§
Source§impl Ord for Mrp
impl Ord for Mrp
Source§impl PartialOrd for Mrp
impl PartialOrd for Mrp
impl Copy for Mrp
impl Eq for Mrp
impl StructuralPartialEq for Mrp
Auto Trait Implementations§
impl Freeze for Mrp
impl RefUnwindSafe for Mrp
impl Send for Mrp
impl Sync for Mrp
impl Unpin for Mrp
impl UnwindSafe for Mrp
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