Struct rb_sys::bindings::RTypedData
source · #[repr(C)]pub struct RTypedData {
pub basic: RBasic,
pub type_: *const rb_data_type_t,
pub typed_flag: VALUE,
pub data: *mut c_void,
}Fields§
§basic: RBasic§type_: *const rb_data_type_t§typed_flag: VALUE§data: *mut c_voidTrait Implementations§
source§impl Clone for RTypedData
impl Clone for RTypedData
source§fn clone(&self) -> RTypedData
fn clone(&self) -> RTypedData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more