#[repr(C)]pub struct rb_arithmetic_sequence_components_t {
pub begin: VALUE,
pub end: VALUE,
pub step: VALUE,
pub exclude_end: c_int,
}Expand description
Generated by rb-sys for Ruby 3.0.2
Fields§
§begin: VALUEGenerated by rb-sys for Ruby 3.0.2
end: VALUEGenerated by rb-sys for Ruby 3.0.2
step: VALUEGenerated by rb-sys for Ruby 3.0.2
exclude_end: c_intGenerated by rb-sys for Ruby 3.0.2
Trait 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 for rb_arithmetic_sequence_components_t
impl PartialEq 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 ==.impl Copy for rb_arithmetic_sequence_components_t
impl Eq for rb_arithmetic_sequence_components_t
impl StructuralPartialEq for rb_arithmetic_sequence_components_t
Auto Trait Implementations§
impl Freeze for rb_arithmetic_sequence_components_t
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more