Struct rbspy_ruby_structs::ruby_3_0_0::rb_method_bmethod_struct [−][src]
#[repr(C)]pub struct rb_method_bmethod_struct {
pub proc_: VALUE,
pub hooks: *mut rb_hook_list_struct,
pub defined_ractor: VALUE,
}
Fields
proc_: VALUE
hooks: *mut rb_hook_list_struct
defined_ractor: VALUE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_method_bmethod_struct
impl !Send for rb_method_bmethod_struct
impl !Sync for rb_method_bmethod_struct
impl Unpin for rb_method_bmethod_struct
impl UnwindSafe for rb_method_bmethod_struct
Blanket Implementations
Mutably borrows from an owned value. Read more