Struct libR_sys::R_altrep_class_t
source · #[repr(C)]pub struct R_altrep_class_t {
pub ptr: SEXP,
}Fields§
§ptr: SEXPTrait Implementations§
source§impl Clone for R_altrep_class_t
impl Clone for R_altrep_class_t
source§fn clone(&self) -> R_altrep_class_t
fn clone(&self) -> R_altrep_class_t
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