Enum open_protocol::types::RcMode
[−]
[src]
#[repr(i16)]pub enum RcMode { F, Move, GPS, }
Variants
F
Move
GPS
Trait Implementations
impl Debug for RcMode
[src]
impl Copy for RcMode
[src]
impl Clone for RcMode
[src]
fn clone(&self) -> RcMode
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 RcMode
[src]
fn eq(&self, __arg_0: &RcMode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Default for RcMode
[src]
impl FromStr for RcMode
[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self>
Parses a string s
to return a value of this type. Read more