Struct open_protocol::types::RcData [] [src]

pub struct RcData {
    pub roll: i16,
    pub pitch: i16,
    pub yaw: i16,
    pub throttle: i16,
    pub mode: RcMode,
    pub gear: RcGear,
}

Fields

Methods

impl RcData
[src]

Trait Implementations

impl Debug for RcData
[src]

Formats the value using the given formatter.

impl Copy for RcData
[src]

impl Clone for RcData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RcData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for RcData
[src]

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

impl FromBytes for RcData
[src]

impl Display for RcData
[src]

Formats the value using the given formatter. Read more

impl Into<VirtualRcData> for RcData
[src]

Performs the conversion.