Struct rbspy_ruby_structs::ruby_2_1_5::rb_ensure_list [] [src]

#[repr(C)]
pub struct rb_ensure_list { pub next: *mut rb_ensure_list, pub entry: rb_ensure_entry, }

Fields

Trait Implementations

impl Debug for rb_ensure_list
[src]

[src]

Formats the value using the given formatter.

impl Copy for rb_ensure_list
[src]

impl Clone for rb_ensure_list
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more