pub struct PamojaMavlinkParser { /* private fields */ }Expand description
A streaming frame parser, and the frames it has completed.
A handle the caller must release with pamoja_mavlink_parser_free.
Auto Trait Implementations§
impl Freeze for PamojaMavlinkParser
impl RefUnwindSafe for PamojaMavlinkParser
impl Send for PamojaMavlinkParser
impl Sync for PamojaMavlinkParser
impl Unpin for PamojaMavlinkParser
impl UnsafeUnpin for PamojaMavlinkParser
impl UnwindSafe for PamojaMavlinkParser
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