#[repr(C, packed)]
pub struct ListRequest { pub index: u16, }
Expand description

uavcan.register.List.1.0

Fixed size 2 bytes

Fields

index: u16

saturated uint16

Always aligned Size 16 bits

Trait Implementations

Gets the bytes of this value. Read more

Gets the bytes of this value mutably. Read more

Writes a copy of self to bytes. Read more

Writes a copy of self to the prefix of bytes. Read more

Writes a copy of self to the suffix of bytes. Read more

The sealed or delimited property of this type

Deserializes a value and returns it

Deserializes a value from a slice of bytes and returns it Read more

A convenience function that creates a cursor around the provided bytes and calls deserialize Read more

Reads a copy of Self from bytes. Read more

Reads a copy of Self from the prefix of bytes. Read more

Reads a copy of Self from the suffix of bytes. Read more

Creates an instance of Self from zeroed bytes.

Returns the size of the encoded form of this value, in bits Read more

Serializes this value into a buffer Read more

A convenience function that creates a cursor around the provided bytes and calls serialize 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.