Struct multiwii_serial_protocol::structs::MspMotor3DConfig [] [src]

pub struct MspMotor3DConfig {
    pub deadband_3d_low: u16,
    pub deadband_3d_high: u16,
    pub neutral_3d: u16,
}

Fields

Methods

impl MspMotor3DConfig
[src]

[src]

Display formatter for console applications

Trait Implementations

impl PackedStruct<[u8; 6]> for MspMotor3DConfig
[src]

Structure that can be packed an unpacked into 6 bytes.

Bit, MSB0NameType
0:15deadband_3d_lowu16
16:31deadband_3d_highu16
32:47neutral_3du16

[src]

Packs the structure into a byte array.

[src]

Unpacks the structure from a byte array.

impl PackedStructInfo for MspMotor3DConfig
[src]

[src]

Number of bits that this structure occupies when being packed.

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

[src]

[src]

impl Display for MspMotor3DConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for MspMotor3DConfig
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspMotor3DConfig
[src]

impl Clone for MspMotor3DConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for MspMotor3DConfig
[src]

[src]

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