Enum open_protocol::types::WaypointYawMode
[−]
[src]
#[repr(u8)]pub enum WaypointYawMode { Auto, Initial, RC, Point, }
Variants
AutoInitialRCPointTrait Implementations
impl Debug for WaypointYawMode[src]
impl Copy for WaypointYawMode[src]
impl Clone for WaypointYawMode[src]
fn clone(&self) -> WaypointYawMode
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 WaypointYawMode[src]
fn eq(&self, __arg_0: &WaypointYawMode) -> 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 WaypointYawMode[src]
fn from(v: u8) -> WaypointYawMode
Performs the conversion.