Struct go_types::BuiltinInfo
source · pub struct BuiltinInfo {
pub name: &'static str,
pub arg_count: usize,
pub variadic: bool,
pub kind: ExprKind,
}
Fields§
§name: &'static str
§arg_count: usize
§variadic: bool
§kind: ExprKind
Trait Implementations§
source§impl Clone for BuiltinInfo
impl Clone for BuiltinInfo
source§fn clone(&self) -> BuiltinInfo
fn clone(&self) -> BuiltinInfo
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