pub struct PamojaMavlinkVerifier { /* private fields */ }Expand description
A signing key and the timestamps it has already accepted.
A handle the caller must release with pamoja_mavlink_verifier_free.
Auto Trait Implementations§
impl Freeze for PamojaMavlinkVerifier
impl RefUnwindSafe for PamojaMavlinkVerifier
impl Send for PamojaMavlinkVerifier
impl Sync for PamojaMavlinkVerifier
impl Unpin for PamojaMavlinkVerifier
impl UnsafeUnpin for PamojaMavlinkVerifier
impl UnwindSafe for PamojaMavlinkVerifier
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