Struct multiwii_serial_protocol::structs::MspServos [] [src]

pub struct MspServos {
    pub servos: [u16; 8],
}

Fields

Methods

impl MspServos
[src]

[src]

Display formatter for console applications

Trait Implementations

impl PackedStruct<[u8; 16]> for MspServos
[src]

Structure that can be packed an unpacked into 16 bytes.

Bit, MSB0NameType
0:15servos[0]u16
16:31servos[1]u16
32:47servos[2]u16
48:63servos[3]u16
64:79servos[4]u16
80:95servos[5]u16
96:111servos[6]u16
112:127servos[7]u16

[src]

Packs the structure into a byte array.

[src]

Unpacks the structure from a byte array.

impl PackedStructInfo for MspServos
[src]

[src]

Number of bits that this structure occupies when being packed.

impl PackedStructSlice for MspServos
[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 MspServos
[src]

[src]

[src]

impl Display for MspServos
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for MspServos
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspServos
[src]

impl Clone for MspServos
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for MspServos
[src]

[src]

Returns the "default value" for a type. Read more