Union rbspy_ruby_structs::ruby_2_1_8::RArray__bindgen_ty_1 [] [src]

#[repr(C)]
pub union RArray__bindgen_ty_1 { pub heap: RArray__bindgen_ty_1__bindgen_ty_1, pub ary: [VALUE; 3], // some fields omitted }

Fields

heap: RArray__bindgen_ty_1__bindgen_ty_1 ary: [VALUE; 3]

Trait Implementations

impl Copy for RArray__bindgen_ty_1
[src]

impl Clone for RArray__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RArray__bindgen_ty_1
[src]

[src]

Formats the value using the given formatter.