pub struct PamojaMavlinkDialect { /* private fields */ }Expand description
The CRC_EXTRA seeds of a dialect beyond the common one.
A handle the caller must release with pamoja_mavlink_dialect_free.
Entries added here are consulted before the built-in common-dialect registry,
so a private dialect may also override an id the common one defines.
Auto Trait Implementations§
impl Freeze for PamojaMavlinkDialect
impl RefUnwindSafe for PamojaMavlinkDialect
impl Send for PamojaMavlinkDialect
impl Sync for PamojaMavlinkDialect
impl Unpin for PamojaMavlinkDialect
impl UnsafeUnpin for PamojaMavlinkDialect
impl UnwindSafe for PamojaMavlinkDialect
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