#[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 moresource§impl PartialEq<rb_arithmetic_sequence_components_t> for rb_arithmetic_sequence_components_t
impl PartialEq<rb_arithmetic_sequence_components_t> for rb_arithmetic_sequence_components_t
source§fn eq(&self, other: &rb_arithmetic_sequence_components_t) -> bool
fn eq(&self, other: &rb_arithmetic_sequence_components_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.