Struct multiwii_serial_protocol::structs::MspRcDeadband [] [src]

pub struct MspRcDeadband {
    pub deadband: u8,
    pub yaw_deadband: u8,
    pub alt_hold_deadband: u8,
    pub deadband_3d_throttle: u16,
}

Fields

Methods

impl MspRcDeadband
[src]

[src]

Display formatter for console applications

Trait Implementations

impl PackedStruct<[u8; 5]> for MspRcDeadband
[src]

Structure that can be packed an unpacked into 5 bytes.

Bit, MSB0NameType
0:7deadbandu8
8:15yaw_deadbandu8
16:23alt_hold_deadbandu8
24:39deadband_3d_throttleu16

[src]

Packs the structure into a byte array.

[src]

Unpacks the structure from a byte array.

impl PackedStructInfo for MspRcDeadband
[src]

[src]

Number of bits that this structure occupies when being packed.

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

[src]

[src]

impl Display for MspRcDeadband
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for MspRcDeadband
[src]

[src]

Formats the value using the given formatter.

impl Copy for MspRcDeadband
[src]

impl Clone for MspRcDeadband
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for MspRcDeadband
[src]

[src]

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