#[repr(u8)]pub enum Buf0i {
BUFFER_TX_RX_NOT_COMPLETE = 0,
BUFFER_TX_RX_COMPLETE = 1,
}Variants§
BUFFER_TX_RX_NOT_COMPLETE = 0
MB0 has no occurrence of successfully completed transmission or reception.
BUFFER_TX_RX_COMPLETE = 1
MB0 has successfully completed transmission or reception.
Implementations§
Trait Implementations§
Source§impl Ord for Buf0i
impl Ord for Buf0i
Source§impl PartialOrd for Buf0i
impl PartialOrd for Buf0i
impl Copy for Buf0i
impl Eq for Buf0i
impl StructuralPartialEq for Buf0i
Auto Trait Implementations§
impl Freeze for Buf0i
impl RefUnwindSafe for Buf0i
impl Send for Buf0i
impl Sync for Buf0i
impl Unpin for Buf0i
impl UnwindSafe for Buf0i
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