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], }
Fields
heap: RString__bindgen_ty_1__bindgen_ty_1
ary: [c_char; 24]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RString__bindgen_ty_1
impl !Send for RString__bindgen_ty_1
impl !Sync for RString__bindgen_ty_1
impl Unpin for RString__bindgen_ty_1
impl UnwindSafe for RString__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more