Struct optee_teec::Session[][src]

pub struct Session<'ctx> { /* fields omitted */ }
Expand description

Represents a connection between a client application and a trusted application.

Implementations

Initializes a TEE session object with specified context and uuid.

Converts a TEE client context to a raw pointer.

Invokes a command with an operation with this session.

Trait Implementations

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.