pub struct IncomingFrame<V: MaybeVersioned> { /* private fields */ }Expand description
Incoming MAVLink frame.
Implementations§
Source§impl<V: MaybeVersioned> IncomingFrame<V>
impl<V: MaybeVersioned> IncomingFrame<V>
Trait Implementations§
Source§impl<V: Clone + MaybeVersioned> Clone for IncomingFrame<V>
impl<V: Clone + MaybeVersioned> Clone for IncomingFrame<V>
Source§fn clone(&self) -> IncomingFrame<V>
fn clone(&self) -> IncomingFrame<V>
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<V: Debug + MaybeVersioned> Debug for IncomingFrame<V>
impl<V: Debug + MaybeVersioned> Debug for IncomingFrame<V>
Source§impl<V: MaybeVersioned> From<IncomingFrame<V>> for (Frame<V>, ChannelInfo)
impl<V: MaybeVersioned> From<IncomingFrame<V>> for (Frame<V>, ChannelInfo)
Source§fn from(value: IncomingFrame<V>) -> Self
fn from(value: IncomingFrame<V>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<V> Freeze for IncomingFrame<V>
impl<V> RefUnwindSafe for IncomingFrame<V>where
V: RefUnwindSafe,
impl<V> Send for IncomingFrame<V>
impl<V> Sync for IncomingFrame<V>
impl<V> Unpin for IncomingFrame<V>where
V: Unpin,
impl<V> UnsafeUnpin for IncomingFrame<V>
impl<V> UnwindSafe for IncomingFrame<V>where
V: UnwindSafe,
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