Struct multiwii_serial_protocol::structs::MspFlightControllerVariant [] [src]

pub struct MspFlightControllerVariant {
    pub identifier: [u8; 4],
}

Fields

Methods

impl MspFlightControllerVariant
[src]

[src]

Display formatter for console applications

Trait Implementations

impl PackedStruct<[u8; 4]> for MspFlightControllerVariant
[src]

Structure that can be packed an unpacked into 4 bytes.

Bit, MSB0NameType
0:7identifier[0]u8
8:15identifier[1]u8
16:23identifier[2]u8
24:31identifier[3]u8

[src]

Packs the structure into a byte array.

[src]

Unpacks the structure from a byte array.

impl PackedStructInfo for MspFlightControllerVariant
[src]

[src]

Number of bits that this structure occupies when being packed.

impl PackedStructSlice for MspFlightControllerVariant
[src]

[src]

Pack the structure into an output buffer.

[src]

Unpack the structure from a buffer.

[src]

Number of bytes that this structure demands for packing or unpacking.

[src]

Pack the structure into a new byte vector.

impl PackedStructDebug for MspFlightControllerVariant
[src]

[src]

[src]

impl Display for MspFlightControllerVariant
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for MspFlightControllerVariant
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspFlightControllerVariant
[src]

impl Clone for MspFlightControllerVariant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more