pub struct DF17Message {
pub capability: u8,
pub icao: u32,
pub tc: u8,
pub msg: AdsbMessage,
}Fields§
§capability: u8§icao: u32§tc: u8§msg: AdsbMessageImplementations§
Source§impl DF17Message
impl DF17Message
pub fn decode(data: Vec<u8>) -> DF17Message
Trait Implementations§
Source§impl Clone for DF17Message
impl Clone for DF17Message
Source§fn clone(&self) -> DF17Message
fn clone(&self) -> DF17Message
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 DF17Message
impl Debug for DF17Message
Source§impl PartialEq for DF17Message
impl PartialEq for DF17Message
impl Eq for DF17Message
impl StructuralPartialEq for DF17Message
Auto Trait Implementations§
impl Freeze for DF17Message
impl RefUnwindSafe for DF17Message
impl Send for DF17Message
impl Sync for DF17Message
impl Unpin for DF17Message
impl UnsafeUnpin for DF17Message
impl UnwindSafe for DF17Message
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