#[repr(C)]pub struct mrb_range_edges {
pub beg: mrb_value,
pub end: mrb_value,
}
Fields§
§beg: mrb_value
§end: mrb_value
Trait Implementations§
Source§impl Clone for mrb_range_edges
impl Clone for mrb_range_edges
Source§fn clone(&self) -> mrb_range_edges
fn clone(&self) -> mrb_range_edges
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 moreimpl Copy for mrb_range_edges
Auto Trait Implementations§
impl Freeze for mrb_range_edges
impl RefUnwindSafe for mrb_range_edges
impl !Send for mrb_range_edges
impl !Sync for mrb_range_edges
impl Unpin for mrb_range_edges
impl UnwindSafe for mrb_range_edges
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