Struct multiwii_serial_protocol::structs::MspRcTuning [] [src]

pub struct MspRcTuning {
    pub rc_rate8: u8,
    pub rc_expo8: u8,
    pub rate_roll: u8,
    pub rate_pitch: u8,
    pub rate_yaw: u8,
    pub dyn_thr_pid: u8,
    pub thr_mid8: u8,
    pub thr_expo8: u8,
    pub tpa_breakpoint: u16,
    pub rc_yaw_expo8: u8,
    pub rc_yaw_rate8: u8,
}

Fields

Methods

impl MspRcTuning
[src]

[src]

Display formatter for console applications

Trait Implementations

impl PackedStruct<[u8; 12]> for MspRcTuning
[src]

Structure that can be packed an unpacked into 12 bytes.

Bit, MSB0NameType
0:7rc_rate8u8
8:15rc_expo8u8
16:23rate_rollu8
24:31rate_pitchu8
32:39rate_yawu8
40:47dyn_thr_pidu8
48:55thr_mid8u8
56:63thr_expo8u8
64:79tpa_breakpointu16
80:87rc_yaw_expo8u8
88:95rc_yaw_rate8u8

[src]

Packs the structure into a byte array.

[src]

Unpacks the structure from a byte array.

impl PackedStructInfo for MspRcTuning
[src]

[src]

Number of bits that this structure occupies when being packed.

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

[src]

[src]

impl Display for MspRcTuning
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for MspRcTuning
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspRcTuning
[src]

impl Clone for MspRcTuning
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for MspRcTuning
[src]

[src]

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