Struct rbspy_ruby_structs::ruby_2_1_0::rb_ensure_entry [−][src]
#[repr(C)]pub struct rb_ensure_entry {
pub marker: VALUE,
pub e_proc: Option<unsafe extern "C" fn() -> VALUE>,
pub data2: VALUE,
}
Fields
marker: VALUE
e_proc: Option<unsafe extern "C" fn() -> VALUE>
data2: VALUE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_ensure_entry
impl Send for rb_ensure_entry
impl Sync for rb_ensure_entry
impl Unpin for rb_ensure_entry
impl UnwindSafe for rb_ensure_entry
Blanket Implementations
Mutably borrows from an owned value. Read more