pub type Param = BufferOrValue;
Aliased Type§
union Param {
pub memref: MemRef,
pub value: ValueFields,
}
Fields§
§memref: MemRef
§value: ValueFields
Implementations§
Trait Implementations
Source§impl Clone for BufferOrValue
impl Clone for BufferOrValue
Source§fn clone(&self) -> BufferOrValue
fn clone(&self) -> BufferOrValue
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more