Struct multiwii_serial_protocol::structs::MspFeatures [] [src]

pub struct MspFeatures {
    pub features: [bool; 32],
}

Fields

Methods

impl MspFeatures
[src]

[src]

Display formatter for console applications

Trait Implementations

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

Structure that can be packed an unpacked into 4 bytes.

Bit, MSB0NameType
0features[0]bool
1features[1]bool
2features[2]bool
3features[3]bool
4features[4]bool
5features[5]bool
6features[6]bool
7features[7]bool
8features[8]bool
9features[9]bool
10features[10]bool
11features[11]bool
12features[12]bool
13features[13]bool
14features[14]bool
15features[15]bool
16features[16]bool
17features[17]bool
18features[18]bool
19features[19]bool
20features[20]bool
21features[21]bool
22features[22]bool
23features[23]bool
24features[24]bool
25features[25]bool
26features[26]bool
27features[27]bool
28features[28]bool
29features[29]bool
30features[30]bool
31features[31]bool

[src]

Packs the structure into a byte array.

[src]

Unpacks the structure from a byte array.

impl PackedStructInfo for MspFeatures
[src]

[src]

Number of bits that this structure occupies when being packed.

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

[src]

[src]

impl Display for MspFeatures
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for MspFeatures
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspFeatures
[src]

impl Clone for MspFeatures
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for MspFeatures
[src]

[src]

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