Struct drs_0x01::reader::ACKReader

source ·
pub struct ACKReader { /* private fields */ }
Expand description

This is a state machine that take in some bytes and outputs [AckPacket]. Please note that this structure will allocate roughly 1 kiB of stack.

Implementations

Creates a new state machine to read incoming Herkulex messages

Return the oldest ACKPacket read

Get the number of available messages in the internal buffer

Parse a buffer of bytes, adding sucessfully decoded messages to the internal buffer

Trait Implementations

Returns the “default value” for a type. 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.