Struct go_engine::ffi::types::MethodDesc
source · pub struct MethodDesc {
pub pointer_recv: bool,
pub func: Option<FunctionKey>,
}Fields§
§pointer_recv: bool§func: Option<FunctionKey>Trait Implementations§
source§impl Clone for MethodDesc
impl Clone for MethodDesc
source§fn clone(&self) -> MethodDesc
fn clone(&self) -> MethodDesc
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