Struct open_protocol::types::WaypointInit
[−]
[src]
pub struct WaypointInit {
pub finish_action: WaypointFinishAction,
// some fields omitted
}Fields
finish_action: WaypointFinishAction
Methods
impl WaypointInit[src]
fn new(points: u8, max_velocity: f32, idle_velocity: f32) -> Self
fn set_finish_action(&mut self, action: WaypointFinishAction) -> &mut Self
fn set_trace_mode(&mut self, mode: WaypointTraceMode) -> &mut Self
fn set_rc_lost_action(&mut self, action: RCLostAction) -> &mut Self
Trait Implementations
impl Debug for WaypointInit[src]
impl Copy for WaypointInit[src]
impl Clone for WaypointInit[src]
fn clone(&self) -> WaypointInit
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 WaypointInit[src]
fn eq(&self, __arg_0: &WaypointInit) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WaypointInit) -> bool
This method tests for !=.