Struct optee_teec::ParamTmpRef[][src]

pub struct ParamTmpRef<'a> { /* fields omitted */ }
Expand description

This type defines a temporary memory reference. It is used as a Operation parameter when the corresponding parameter type is one of MemrefTempInput, MemrefTempOutput, or MemrefTempInout.

Implementations

Creates a temporary input only memory reference. buffer is a region of memory which needs to be temporarily registered for the duration of the Operation.

Creates a temporary memory reference. buffer is a region of memory which needs to be temporarily registered for the duration of the Operation.

Trait Implementations

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.