Type Alias Param

Source
pub type Param = BufferOrValue;

Aliased Type§

union Param {
    pub memref: MemRef,
    pub value: ValueFields,
}

Fields§

§memref: MemRef§value: ValueFields

Implementations§

Source§

impl Param

Source

pub fn from_binding<'a>(input: &'a TEE_Param) -> &'a Self

Source§

impl Param

Source

pub fn to_binding<'a>(&'a self) -> &'a TEE_Param

Trait Implementations

Source§

impl Clone for BufferOrValue

Source§

fn clone(&self) -> BufferOrValue

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for BufferOrValue