#[repr(C)]pub struct rb_builtin_function { /* private fields */ }
Trait Implementations§
source§impl Clone for rb_builtin_function
impl Clone for rb_builtin_function
source§fn clone(&self) -> rb_builtin_function
fn clone(&self) -> rb_builtin_function
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