#[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: VALUEend: VALUEstep: VALUEexclude_end: c_intTrait Implementations
sourceimpl Clone for rb_arithmetic_sequence_components_t
impl Clone for rb_arithmetic_sequence_components_t
sourcefn 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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourcefn eq(&self, other: &rb_arithmetic_sequence_components_t) -> bool
fn eq(&self, other: &rb_arithmetic_sequence_components_t) -> bool
impl Copy for rb_arithmetic_sequence_components_t
impl Eq for rb_arithmetic_sequence_components_t
impl StructuralEq for rb_arithmetic_sequence_components_t
impl StructuralPartialEq for rb_arithmetic_sequence_components_t
Auto Trait Implementations
impl RefUnwindSafe for rb_arithmetic_sequence_components_t
impl Send for rb_arithmetic_sequence_components_t
impl Sync for rb_arithmetic_sequence_components_t
impl Unpin for rb_arithmetic_sequence_components_t
impl UnwindSafe for rb_arithmetic_sequence_components_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more