Union rbspy_ruby_structs::ruby_2_1_8::RString__bindgen_ty_1
[−]
[src]
#[repr(C)]pub union RString__bindgen_ty_1 { pub heap: RString__bindgen_ty_1__bindgen_ty_1, pub ary: [c_char; 24], // some fields omitted }
Fields
heap: RString__bindgen_ty_1__bindgen_ty_1
ary: [c_char; 24]
Trait Implementations
impl Copy for RString__bindgen_ty_1
[src]
impl Clone for RString__bindgen_ty_1
[src]
fn clone(&self) -> RString__bindgen_ty_1
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more