pub struct UAVIONIX_ADSB_GET_DATA {
pub ReqMessageId: u32,
}Available on crate feature
ardupilotmega only.Expand description
Request messages.
ID: 10006
Fields§
§ReqMessageId: u32Message ID to request. Supports any message in this 10000-10099 range
Implementations§
Source§impl UAVIONIX_ADSB_GET_DATA
impl UAVIONIX_ADSB_GET_DATA
pub const ENCODED_LEN: usize = 4usize
pub const DEFAULT: Self
Trait Implementations§
Source§impl Clone for UAVIONIX_ADSB_GET_DATA
impl Clone for UAVIONIX_ADSB_GET_DATA
Source§fn clone(&self) -> UAVIONIX_ADSB_GET_DATA
fn clone(&self) -> UAVIONIX_ADSB_GET_DATA
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 UAVIONIX_ADSB_GET_DATA
impl Debug for UAVIONIX_ADSB_GET_DATA
Source§impl Default for UAVIONIX_ADSB_GET_DATA
impl Default for UAVIONIX_ADSB_GET_DATA
Source§impl<'de> Deserialize<'de> for UAVIONIX_ADSB_GET_DATA
impl<'de> Deserialize<'de> for UAVIONIX_ADSB_GET_DATA
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 MessageData for UAVIONIX_ADSB_GET_DATA
impl MessageData for UAVIONIX_ADSB_GET_DATA
Source§impl PartialEq for UAVIONIX_ADSB_GET_DATA
impl PartialEq for UAVIONIX_ADSB_GET_DATA
Source§impl Serialize for UAVIONIX_ADSB_GET_DATA
impl Serialize for UAVIONIX_ADSB_GET_DATA
impl StructuralPartialEq for UAVIONIX_ADSB_GET_DATA
Auto Trait Implementations§
impl Freeze for UAVIONIX_ADSB_GET_DATA
impl RefUnwindSafe for UAVIONIX_ADSB_GET_DATA
impl Send for UAVIONIX_ADSB_GET_DATA
impl Sync for UAVIONIX_ADSB_GET_DATA
impl Unpin for UAVIONIX_ADSB_GET_DATA
impl UnwindSafe for UAVIONIX_ADSB_GET_DATA
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