Enum go_vm::types::IfaceBinding
source · pub enum IfaceBinding {
Struct(Rc<RefCell<MethodDesc>>, Option<Vec<OpIndex>>),
Iface(usize, Option<Vec<OpIndex>>),
}
Expand description
Info about how to invoke a method of the underlying value of an interface
Variants§
Trait Implementations§
source§impl Clone for IfaceBinding
impl Clone for IfaceBinding
source§fn clone(&self) -> IfaceBinding
fn clone(&self) -> IfaceBinding
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 IfaceBinding
impl Debug for IfaceBinding
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.