Struct rbspy_ruby_structs::ruby_2_1_8::rb_ensure_list [−][src]
#[repr(C)]pub struct rb_ensure_list {
pub next: *mut rb_ensure_list,
pub entry: rb_ensure_entry,
}
Fields
next: *mut rb_ensure_list
entry: rb_ensure_entry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_ensure_list
impl !Send for rb_ensure_list
impl !Sync for rb_ensure_list
impl Unpin for rb_ensure_list
impl UnwindSafe for rb_ensure_list
Blanket Implementations
Mutably borrows from an owned value. Read more