[][src]Trait optee_teec::Param

pub trait Param {
    fn into_raw(&mut self) -> TEEC_Parameter;
fn param_type(&self) -> ParamType;
fn from_raw(raw: TEEC_Parameter, param_type: ParamType) -> Self; }

Required methods

fn into_raw(&mut self) -> TEEC_Parameter

fn param_type(&self) -> ParamType

fn from_raw(raw: TEEC_Parameter, param_type: ParamType) -> Self

Loading content...

Implementors

impl Param for ParamNone[src]

impl Param for ParamValue[src]

impl<'a> Param for ParamTmpRef<'a>[src]

Loading content...