Struct skia_bindings::std_reverse_iterator
source · #[repr(C)]pub struct std_reverse_iterator<_Iter> {
pub __t: _Iter,
pub current: _Iter,
pub _phantom_0: PhantomData<UnsafeCell<_Iter>>,
}
Fields§
§__t: _Iter
§current: _Iter
§_phantom_0: PhantomData<UnsafeCell<_Iter>>
Trait 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 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<_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> !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> 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