Struct optee_utee::crypto_op::OperationHandle
source · pub struct OperationHandle { /* private fields */ }
Expand description
An opaque reference that identifies a particular cryptographic operation.
Trait Implementations§
source§impl Drop for OperationHandle
impl Drop for OperationHandle
Deallocate all resources associated with an operation handle. After this function is called, the operation handle is no longer valid. All cryptographic material in the operation is destroyed.
Auto Trait Implementations§
impl Freeze for OperationHandle
impl RefUnwindSafe for OperationHandle
impl !Send for OperationHandle
impl !Sync for OperationHandle
impl Unpin for OperationHandle
impl UnwindSafe for OperationHandle
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