pub enum TxBufferMode {
Fifo,
Priority,
}
Expand description
TX buffer operation mode
Variants§
Fifo
TX FIFO operation - In this mode CAN frames are trasmitted strictly in write order.
Priority
TX priority queue operation - In this mode CAN frames are transmitted according to CAN priority.
Trait Implementations§
source§impl Clone for TxBufferMode
impl Clone for TxBufferMode
source§fn clone(&self) -> TxBufferMode
fn clone(&self) -> TxBufferMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TxBufferMode
impl Debug for TxBufferMode
source§impl From<Tfqm> for TxBufferMode
impl From<Tfqm> for TxBufferMode
source§impl From<TxBufferMode> for Tfqm
impl From<TxBufferMode> for Tfqm
source§fn from(value: TxBufferMode) -> Self
fn from(value: TxBufferMode) -> Self
Converts to this type from the input type.
source§impl PartialEq for TxBufferMode
impl PartialEq for TxBufferMode
impl Copy for TxBufferMode
impl Eq for TxBufferMode
impl StructuralPartialEq for TxBufferMode
Auto Trait Implementations§
impl Freeze for TxBufferMode
impl RefUnwindSafe for TxBufferMode
impl Send for TxBufferMode
impl Sync for TxBufferMode
impl Unpin for TxBufferMode
impl UnwindSafe for TxBufferMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)