pub struct EspTwaiFrame { /* private fields */ }
Expand description

Structure backing the embedded_hal::can::Frame/embedded_can::Frame trait.

Trait Implementations§

Formats the value using the given formatter. Read more
Creates a new frame. Read more
Creates a new remote frame (RTR bit set). Read more
Returns true if this frame is a extended frame.
Returns true if this frame is a remote frame.
Returns the frame identifier.
Returns the data length code (DLC) which is in the range 0..8. Read more
Returns the frame data (0..8 bytes in length).
Returns true if this frame is a standard frame.
Returns true if this frame is a data frame.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.