#[non_exhaustive]pub struct OwnshipStatus {}Expand description
Live ownship state (position, altitude, track, …).
Placeholder pending a real telemetry source. #[non_exhaustive], so
fields can be added later without breaking implementors.
Trait Implementations§
Source§impl Clone for OwnshipStatus
impl Clone for OwnshipStatus
Source§fn clone(&self) -> OwnshipStatus
fn clone(&self) -> OwnshipStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OwnshipStatus
impl Debug for OwnshipStatus
Source§impl Default for OwnshipStatus
impl Default for OwnshipStatus
Source§fn default() -> OwnshipStatus
fn default() -> OwnshipStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for OwnshipStatus
impl PartialEq for OwnshipStatus
Source§fn eq(&self, other: &OwnshipStatus) -> bool
fn eq(&self, other: &OwnshipStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OwnshipStatus
Auto Trait Implementations§
impl Freeze for OwnshipStatus
impl RefUnwindSafe for OwnshipStatus
impl Send for OwnshipStatus
impl Sync for OwnshipStatus
impl Unpin for OwnshipStatus
impl UnsafeUnpin for OwnshipStatus
impl UnwindSafe for OwnshipStatus
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