pub struct SerialTransmitter<D, const C: usize> { /* private fields */ }
Expand description

A transmitter for the UAVCAN/serial transport

C is the size of the transmit queue in bytes

Implementations

Trait Implementations

The transport that this transmitter works with

The driver type that this transmitter uses to send frames

An error type Read more

Starts the process of sending an outgoing transfer Read more

Attempts to send all queued outgoing frames Read more

Returns the maximum transmission unit of this transport, in bytes Read more

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.