Struct parsec_interface::operations::psa_hash_compute::Operation
source · [−]Expand description
Native object for hash compute operations.
Fields
alg: Hash
The hash algorithm to compute.
input: Zeroizing<Vec<u8>>
The input to hash.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more