Struct optee_teec::ParamValue
source · pub struct ParamValue { /* private fields */ }
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§
source§impl ParamValue
impl ParamValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamValue
impl RefUnwindSafe for ParamValue
impl Send for ParamValue
impl Sync for ParamValue
impl Unpin for ParamValue
impl UnwindSafe for ParamValue
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