#[repr(C)]pub struct rb_callable_method_entry_struct {
pub flags: VALUE,
pub defined_class: VALUE,
pub def: *mut rb_method_definition_struct,
pub called_id: ID,
pub owner: VALUE,
}
Fields§
§flags: VALUE
§defined_class: VALUE
§def: *mut rb_method_definition_struct
§called_id: ID
§owner: VALUE
Trait Implementations§
source§impl Clone for rb_callable_method_entry_struct
impl Clone for rb_callable_method_entry_struct
source§fn clone(&self) -> rb_callable_method_entry_struct
fn clone(&self) -> rb_callable_method_entry_struct
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