Struct rbspy_ruby_structs::ruby_2_1_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
sourceimpl Clone for rb_ensure_list
impl Clone for rb_ensure_list
sourcefn clone(&self) -> rb_ensure_list
fn clone(&self) -> rb_ensure_list
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for rb_ensure_list
impl Debug for rb_ensure_list
impl Copy for rb_ensure_list
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more