Struct open_protocol::types::WaypointData
[−]
[src]
pub struct WaypointData { /* fields omitted */ }
Methods
impl WaypointData
[src]
fn new(index: u8, lat: f64, lon: f64, alt: f32) -> Self
fn set_damping(&mut self, damping: f32) -> &mut Self
fn set_turn_mode(&mut self, mode: WaypointTurnMode) -> &mut Self
Trait Implementations
impl Debug for WaypointData
[src]
impl Copy for WaypointData
[src]
impl Clone for WaypointData
[src]
fn clone(&self) -> WaypointData
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 WaypointData
[src]
fn eq(&self, __arg_0: &WaypointData) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &WaypointData) -> bool
This method tests for !=
.