#[repr(C)]pub struct RangeIterator {
pub index: i32,
pub end: i32,
pub direction: i32,
}Fields§
§index: i32§end: i32§direction: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeIterator
impl RefUnwindSafe for RangeIterator
impl Send for RangeIterator
impl Sync for RangeIterator
impl Unpin for RangeIterator
impl UnwindSafe for RangeIterator
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