pub struct RCConnectionStatus {
pub header: Header,
pub air_connection: u8,
pub ground_connection: u8,
pub app_connection: u8,
pub air_or_ground_disconnected: u8,
}
Fields§
§header: Header
§air_connection: u8
§ground_connection: u8
§app_connection: u8
§air_or_ground_disconnected: u8
Trait Implementations§
Source§impl Clone for RCConnectionStatus
impl Clone for RCConnectionStatus
Source§fn clone(&self) -> RCConnectionStatus
fn clone(&self) -> RCConnectionStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RCConnectionStatus
impl Debug for RCConnectionStatus
Source§impl Default for RCConnectionStatus
impl Default for RCConnectionStatus
Source§impl<'de> Deserialize<'de> for RCConnectionStatus
impl<'de> Deserialize<'de> for RCConnectionStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RCConnectionStatus
impl PartialEq for RCConnectionStatus
Source§impl Serialize for RCConnectionStatus
impl Serialize for RCConnectionStatus
impl Message for RCConnectionStatus
impl StructuralPartialEq for RCConnectionStatus
Auto Trait Implementations§
impl Freeze for RCConnectionStatus
impl RefUnwindSafe for RCConnectionStatus
impl Send for RCConnectionStatus
impl Sync for RCConnectionStatus
impl Unpin for RCConnectionStatus
impl UnwindSafe for RCConnectionStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more