Struct open_protocol::types::WaypointSetIdleSpeedAck [] [src]

pub struct WaypointSetIdleSpeedAck {
    pub speed: f32,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for WaypointSetIdleSpeedAck
[src]

Formats the value using the given formatter.

impl Copy for WaypointSetIdleSpeedAck
[src]

impl Clone for WaypointSetIdleSpeedAck
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WaypointSetIdleSpeedAck
[src]

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

This method tests for !=.

impl FromBytes for WaypointSetIdleSpeedAck
[src]

impl AckCode for WaypointSetIdleSpeedAck
[src]