Struct open_protocol::types::WaypointGetIdleSpeedAck
[−]
[src]
pub struct WaypointGetIdleSpeedAck {
pub speed: f32,
// some fields omitted
}Fields
speed: f32
Trait Implementations
impl Debug for WaypointGetIdleSpeedAck[src]
impl Copy for WaypointGetIdleSpeedAck[src]
impl Clone for WaypointGetIdleSpeedAck[src]
fn clone(&self) -> WaypointGetIdleSpeedAck
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for WaypointGetIdleSpeedAck[src]
fn eq(&self, __arg_0: &WaypointGetIdleSpeedAck) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WaypointGetIdleSpeedAck) -> bool
This method tests for !=.