pub enum RemoteIDMessage {
BasicID(BasicId),
Location(Location),
System(System),
OperatorId(OperatorId),
}Variants§
BasicID(BasicId)
Provides ID for UA, characterizes the type of ID, and identifies the type of UA
Location(Location)
Provides location, altitude, direction, and speed of UA
System(System)
Includes Remote Pilot location and multiple aircraft information (group) if applicable, and additional system information
OperatorId(OperatorId)
Provides Operator ID
Trait Implementations§
Source§impl Clone for RemoteIDMessage
impl Clone for RemoteIDMessage
Source§fn clone(&self) -> RemoteIDMessage
fn clone(&self) -> RemoteIDMessage
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoteIDMessage
impl Debug for RemoteIDMessage
Source§impl PartialEq for RemoteIDMessage
impl PartialEq for RemoteIDMessage
impl StructuralPartialEq for RemoteIDMessage
Auto Trait Implementations§
impl Freeze for RemoteIDMessage
impl RefUnwindSafe for RemoteIDMessage
impl Send for RemoteIDMessage
impl Sync for RemoteIDMessage
impl Unpin for RemoteIDMessage
impl UnwindSafe for RemoteIDMessage
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)