Enum go_engine::ffi::IfaceBinding
source · pub enum IfaceBinding {
Struct(Rc<RefCell<MethodDesc>>, Option<Vec<i32, Global>>),
Iface(usize, Option<Vec<i32, Global>>),
}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.