Enum open_protocol::types::WaypointTraceMode
[−]
[src]
#[repr(u8)]pub enum WaypointTraceMode { Fixed, Coordinated, }
Variants
FixedCoordinatedTrait Implementations
impl Debug for WaypointTraceMode[src]
impl Copy for WaypointTraceMode[src]
impl Clone for WaypointTraceMode[src]
fn clone(&self) -> WaypointTraceMode
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 WaypointTraceMode[src]
fn eq(&self, __arg_0: &WaypointTraceMode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl From<u8> for WaypointTraceMode[src]
fn from(v: u8) -> WaypointTraceMode
Performs the conversion.