#[repr(C)]pub struct rb_arithmetic_sequence_components_t {
pub begin: VALUE,
pub end: VALUE,
pub step: VALUE,
pub exclude_end: c_int,
}Fields§
§begin: VALUE§end: VALUE§step: VALUE§exclude_end: c_intTrait Implementations§
source§impl Clone for rb_arithmetic_sequence_components_t
impl Clone for rb_arithmetic_sequence_components_t
source§fn clone(&self) -> rb_arithmetic_sequence_components_t
fn clone(&self) -> rb_arithmetic_sequence_components_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