Enum open_protocol::command::PushData
[−]
[src]
pub enum PushData { FlightData, LostControl, MobileToOnboard, MissionState, WaypointEvent, }
Variants
FlightData
LostControl
MobileToOnboard
MissionState
WaypointEvent
Trait Implementations
impl Debug for PushData
[src]
impl PartialEq for PushData
[src]
fn eq(&self, __arg_0: &PushData) -> 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 Copy for PushData
[src]
impl Clone for PushData
[src]
fn clone(&self) -> PushData
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