Enum open_protocol::Platform
[−]
[src]
pub enum Platform {
M100,
A3,
}Supported autopilot platforms.
Variants
M100DJI matrice 100 quadcopter.
A3DJI A3 flight controller.
Trait Implementations
impl Debug for Platform[src]
impl PartialEq for Platform[src]
fn eq(&self, __arg_0: &Platform) -> 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 Copy for Platform[src]
impl Clone for Platform[src]
fn clone(&self) -> Platform
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