pub struct PamojaMavlinkMissionReceiver { /* private fields */ }Expand description
Requests a plan’s items in order and collects them, ending with an acknowledgement.
Auto Trait Implementations§
impl Freeze for PamojaMavlinkMissionReceiver
impl RefUnwindSafe for PamojaMavlinkMissionReceiver
impl Send for PamojaMavlinkMissionReceiver
impl Sync for PamojaMavlinkMissionReceiver
impl Unpin for PamojaMavlinkMissionReceiver
impl UnsafeUnpin for PamojaMavlinkMissionReceiver
impl UnwindSafe for PamojaMavlinkMissionReceiver
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