Enum mcan::message::TxEventType
source · pub enum TxEventType {
Reserved,
TxEvent,
TxInSpiteOfCancellation,
}
Expand description
Indicates whether cancellation was requested at the time transmission succeeded
Variants§
Reserved
Unrecognized field value
TxEvent
Transmission was successful
TxInSpiteOfCancellation
Transmission was successful AND cancellation was requested
This can happen if transmission had already started when the cancellation request was made.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TxEventType
impl Send for TxEventType
impl Sync for TxEventType
impl Unpin for TxEventType
impl UnwindSafe for TxEventType
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