Struct open_protocol::types::FlightExtraStatus
[−]
[src]
pub struct FlightExtraStatus { pub mode: u8, pub gear: u8, pub error: u8, }
Fields
mode: u8
gear: u8
error: u8
Trait Implementations
impl Debug for FlightExtraStatus
[src]
impl Copy for FlightExtraStatus
[src]
impl Clone for FlightExtraStatus
[src]
fn clone(&self) -> FlightExtraStatus
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 FlightExtraStatus
[src]
fn eq(&self, __arg_0: &FlightExtraStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &FlightExtraStatus) -> bool
This method tests for !=
.
impl Default for FlightExtraStatus
[src]
fn default() -> FlightExtraStatus
Returns the "default value" for a type. Read more