pub struct ParamTmpRef<'a> { /* private fields */ }
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§
Source§impl<'a> ParamTmpRef<'a>
impl<'a> ParamTmpRef<'a>
Trait Implementations§
Source§impl<'a> Param for ParamTmpRef<'a>
impl<'a> Param for ParamTmpRef<'a>
fn into_raw(&mut self) -> TEEC_Parameter
fn param_type(&self) -> ParamType
fn from_raw(raw: TEEC_Parameter, param_type: ParamType) -> Self
Auto Trait Implementations§
impl<'a> Freeze for ParamTmpRef<'a>
impl<'a> RefUnwindSafe for ParamTmpRef<'a>
impl<'a> !Send for ParamTmpRef<'a>
impl<'a> !Sync for ParamTmpRef<'a>
impl<'a> Unpin for ParamTmpRef<'a>
impl<'a> !UnwindSafe for ParamTmpRef<'a>
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