pub enum CapabilityReport {
NoCommunicationsCapability_CA_0,
Reserved_1,
Reserved_2,
Reserved_3,
SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCACode7AndOnTheGround_4,
SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCACode7AndAirborne_5,
SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCACode7AndEitherAirborneOrOnTheGround_6,
SignifiesTheDownlinkRequest_DR_FieldIsNotEqualTo0AndTheFlightStatus_FS_FieldEquals2_3_4Or5_AndEitherAirborneOrOnTheGround_7,
NoStatement_255,
Unspecified(u8),
}Expand description
UID 358
Variants§
NoCommunicationsCapability_CA_0
Reserved_1
Reserved_2
Reserved_3
SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCACode7AndOnTheGround_4
SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCACode7AndAirborne_5
SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCACode7AndEitherAirborneOrOnTheGround_6
SignifiesTheDownlinkRequest_DR_FieldIsNotEqualTo0AndTheFlightStatus_FS_FieldEquals2_3_4Or5_AndEitherAirborneOrOnTheGround_7
NoStatement_255
Unspecified(u8)
Trait Implementations§
Source§impl Clone for CapabilityReport
impl Clone for CapabilityReport
Source§fn clone(&self) -> CapabilityReport
fn clone(&self) -> CapabilityReport
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 CapabilityReport
impl Debug for CapabilityReport
Source§impl Default for CapabilityReport
impl Default for CapabilityReport
Source§impl Display for CapabilityReport
impl Display for CapabilityReport
Source§impl From<CapabilityReport> for u8
impl From<CapabilityReport> for u8
Source§fn from(value: CapabilityReport) -> Self
fn from(value: CapabilityReport) -> Self
Converts to this type from the input type.
Source§impl From<u8> for CapabilityReport
impl From<u8> for CapabilityReport
Source§impl Hash for CapabilityReport
impl Hash for CapabilityReport
Source§impl PartialEq for CapabilityReport
impl PartialEq for CapabilityReport
impl Copy for CapabilityReport
impl Eq for CapabilityReport
impl StructuralPartialEq for CapabilityReport
Auto Trait Implementations§
impl Freeze for CapabilityReport
impl RefUnwindSafe for CapabilityReport
impl Send for CapabilityReport
impl Sync for CapabilityReport
impl Unpin for CapabilityReport
impl UnwindSafe for CapabilityReport
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