Enum go_vm::types::Binding4Runtime
source · pub enum Binding4Runtime {
Struct(FunctionKey, bool, Option<Vec<OpIndex>>),
Iface(usize, Option<Vec<OpIndex>>),
}
Variants§
Trait Implementations§
source§impl Clone for Binding4Runtime
impl Clone for Binding4Runtime
source§fn clone(&self) -> Binding4Runtime
fn clone(&self) -> Binding4Runtime
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 moresource§impl Debug for Binding4Runtime
impl Debug for Binding4Runtime
source§impl From<IfaceBinding> for Binding4Runtime
impl From<IfaceBinding> for Binding4Runtime
source§fn from(item: IfaceBinding) -> Binding4Runtime
fn from(item: IfaceBinding) -> Binding4Runtime
Converts to this type from the input type.