pub struct PamojaMavlinkSigner { /* private fields */ }Expand description
A signing key and the monotonic timestamp that goes with it.
A handle the caller must release with pamoja_mavlink_signer_free.
Auto Trait Implementations§
impl Freeze for PamojaMavlinkSigner
impl RefUnwindSafe for PamojaMavlinkSigner
impl Send for PamojaMavlinkSigner
impl Sync for PamojaMavlinkSigner
impl Unpin for PamojaMavlinkSigner
impl UnsafeUnpin for PamojaMavlinkSigner
impl UnwindSafe for PamojaMavlinkSigner
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