Enum go_engine::ffi::types::Binding4Runtime
source · pub enum Binding4Runtime {
Struct(FunctionKey, bool, Option<Vec<i32, Global>>),
Iface(usize, Option<Vec<i32, Global>>),
}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.