#[repr(C)]pub struct std_reverse_iterator<_Iter> {
pub _phantom_0: PhantomData<UnsafeCell<_Iter>>,
pub __t_: _Iter,
pub current: _Iter,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<_Iter>>§__t_: _Iter§current: _IterTrait Implementations§
Source§impl<_Iter: Clone> Clone for std_reverse_iterator<_Iter>
impl<_Iter: Clone> Clone for std_reverse_iterator<_Iter>
Source§fn clone(&self) -> std_reverse_iterator<_Iter>
fn clone(&self) -> std_reverse_iterator<_Iter>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<_Iter: Debug> Debug for std_reverse_iterator<_Iter>
impl<_Iter: Debug> Debug for std_reverse_iterator<_Iter>
impl<_Iter: Copy> Copy for std_reverse_iterator<_Iter>
Auto Trait Implementations§
impl<_Iter> Freeze for std_reverse_iterator<_Iter>where
_Iter: Freeze,
impl<_Iter> !RefUnwindSafe for std_reverse_iterator<_Iter>
impl<_Iter> Send for std_reverse_iterator<_Iter>where
_Iter: Send,
impl<_Iter> !Sync for std_reverse_iterator<_Iter>
impl<_Iter> Unpin for std_reverse_iterator<_Iter>where
_Iter: Unpin,
impl<_Iter> UnsafeUnpin for std_reverse_iterator<_Iter>where
_Iter: UnsafeUnpin,
impl<_Iter> UnwindSafe for std_reverse_iterator<_Iter>where
_Iter: UnwindSafe,
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