Struct rbspy_ruby_structs::ruby_3_0_2::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_: VALUEhooks: *mut rb_hook_list_structdefined_ractor: VALUETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_method_bmethod_structimpl !Send for rb_method_bmethod_structimpl !Sync for rb_method_bmethod_structimpl Unpin for rb_method_bmethod_structimpl UnwindSafe for rb_method_bmethod_structBlanket Implementations
Mutably borrows from an owned value. Read more