Struct rbspy_ruby_structs::ruby_1_9_3_0::rb_event_hook_struct [−][src]
#[repr(C)]pub struct rb_event_hook_struct { pub flag: rb_event_flag_t, pub func: rb_event_hook_func_t, pub data: VALUE, pub next: *mut rb_event_hook_struct, }
Fields
flag: rb_event_flag_t
func: rb_event_hook_func_t
data: VALUE
next: *mut rb_event_hook_struct
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_event_hook_struct
impl !Send for rb_event_hook_struct
impl !Sync for rb_event_hook_struct
impl Unpin for rb_event_hook_struct
impl UnwindSafe for rb_event_hook_struct
Blanket Implementations
Mutably borrows from an owned value. Read more