Struct rbspy_ruby_structs::ruby_2_5_8::rb_ensure_list
source · #[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§
source§impl Clone for rb_ensure_list
impl Clone for rb_ensure_list
source§fn clone(&self) -> rb_ensure_list
fn clone(&self) -> rb_ensure_list
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more