Struct optee_utee::crypto_op::OperationHandle[][src]

pub struct OperationHandle { /* fields omitted */ }
Expand description

An opaque reference that identifies a particular cryptographic operation.

Trait Implementations

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.

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.