Struct open_protocol::types::VirtualRcData [] [src]

pub struct VirtualRcData {
    pub roll: u32,
    pub pitch: u32,
    pub throttle: u32,
    pub yaw: u32,
    pub gear: u32,
    pub mode: u32,
    // some fields omitted
}

Fields

Methods

impl VirtualRcData
[src]

Trait Implementations

impl Debug for VirtualRcData
[src]

Formats the value using the given formatter.

impl Copy for VirtualRcData
[src]

impl Clone for VirtualRcData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VirtualRcData
[src]

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

This method tests for !=.

impl IntoBytes for VirtualRcData
[src]