#[repr(C)]pub struct std_reverse_iterator<_BidIt> {
pub current: _BidIt,
pub _phantom_0: PhantomData<UnsafeCell<_BidIt>>,
}Fields§
§current: _BidIt§_phantom_0: PhantomData<UnsafeCell<_BidIt>>Trait Implementations§
Source§impl<_BidIt: Clone> Clone for std_reverse_iterator<_BidIt>
impl<_BidIt: Clone> Clone for std_reverse_iterator<_BidIt>
Source§fn clone(&self) -> std_reverse_iterator<_BidIt>
fn clone(&self) -> std_reverse_iterator<_BidIt>
Returns a duplicate 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<_BidIt: Debug> Debug for std_reverse_iterator<_BidIt>
impl<_BidIt: Debug> Debug for std_reverse_iterator<_BidIt>
impl<_BidIt: Copy> Copy for std_reverse_iterator<_BidIt>
Auto Trait Implementations§
impl<_BidIt> Freeze for std_reverse_iterator<_BidIt>where
_BidIt: Freeze,
impl<_BidIt> !RefUnwindSafe for std_reverse_iterator<_BidIt>
impl<_BidIt> Send for std_reverse_iterator<_BidIt>where
_BidIt: Send,
impl<_BidIt> !Sync for std_reverse_iterator<_BidIt>
impl<_BidIt> Unpin for std_reverse_iterator<_BidIt>where
_BidIt: Unpin,
impl<_BidIt> UnsafeUnpin for std_reverse_iterator<_BidIt>where
_BidIt: UnsafeUnpin,
impl<_BidIt> UnwindSafe for std_reverse_iterator<_BidIt>where
_BidIt: 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