Struct rbspy_ruby_structs::ruby_2_3_1::RString
[−]
[src]
#[repr(C)]pub struct RString { pub basic: RBasic, pub as_: RString__bindgen_ty_1, }
Fields
basic: RBasic
as_: RString__bindgen_ty_1
Trait Implementations
impl Copy for RString
[src]
impl Clone for RString
[src]
fn clone(&self) -> RString
[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