pub struct PamojaImageVerifier { /* private fields */ }Expand description
An opaque handle that hashes an image as it arrives.
Create it with pamoja_image_verifier_new, feed it with
pamoja_image_verifier_update, and settle it with
pamoja_image_verifier_finish, which consumes the handle.
Auto Trait Implementations§
impl Freeze for PamojaImageVerifier
impl RefUnwindSafe for PamojaImageVerifier
impl Send for PamojaImageVerifier
impl Sync for PamojaImageVerifier
impl Unpin for PamojaImageVerifier
impl UnsafeUnpin for PamojaImageVerifier
impl UnwindSafe for PamojaImageVerifier
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