#[repr(u8)]pub enum Buf6i {
ID2 = 0,
ID4 = 1,
}Variants§
ID2 = 0
No occurrence of MB6 completing transmission/reception when MCR[RFEN]=0, or of Rx FIFO almost full when MCR[RFEN]=1
ID4 = 1
MB6 completed transmission/reception when MCR[RFEN]=0, or Rx FIFO almost full when MCR[RFEN]=1
Implementations§
Trait Implementations§
Source§impl Ord for Buf6i
impl Ord for Buf6i
Source§impl PartialOrd for Buf6i
impl PartialOrd for Buf6i
impl Copy for Buf6i
impl Eq for Buf6i
impl StructuralPartialEq for Buf6i
Auto Trait Implementations§
impl Freeze for Buf6i
impl RefUnwindSafe for Buf6i
impl Send for Buf6i
impl Sync for Buf6i
impl Unpin for Buf6i
impl UnwindSafe for Buf6i
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