Struct optee_teec::ParamValue[][src]

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

This type defines a parameter that is not referencing shared memory, but carries instead small raw data passed by value. It is used as a Operation parameter when the corresponding parameter type is one of ValueInput, ValueOutput, or ValueInout.

Implementations

Creates a value parameter with two u32 integer and ParamType for operation.

Returns the first value in the value parameter.

Returns the second value in the value parameter.

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.