#[repr(C)]pub struct rb_method_optimized {
pub type_: method_optimized_type,
pub index: c_uint,
}Fields§
§type_: method_optimized_type§index: c_uintTrait Implementations§
source§impl Clone for rb_method_optimized
impl Clone for rb_method_optimized
source§fn clone(&self) -> rb_method_optimized
fn clone(&self) -> rb_method_optimized
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