Struct skia_bindings::std___wrap_iter 
source · #[repr(C)]pub struct std___wrap_iter<_Iter> {
    pub __i: std___wrap_iter_iterator_type<_Iter>,
    pub _phantom_0: PhantomData<UnsafeCell<_Iter>>,
}Fields§
§__i: std___wrap_iter_iterator_type<_Iter>§_phantom_0: PhantomData<UnsafeCell<_Iter>>Trait Implementations§
source§impl<_Iter: Clone> Clone for std___wrap_iter<_Iter>
 
impl<_Iter: Clone> Clone for std___wrap_iter<_Iter>
source§fn clone(&self) -> std___wrap_iter<_Iter>
 
fn clone(&self) -> std___wrap_iter<_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___wrap_iter<_Iter>
 
impl<_Iter: Debug> Debug for std___wrap_iter<_Iter>
impl<_Iter: Copy> Copy for std___wrap_iter<_Iter>
Auto Trait Implementations§
impl<_Iter> !RefUnwindSafe for std___wrap_iter<_Iter>
impl<_Iter> Send for std___wrap_iter<_Iter>where _Iter: Send,
impl<_Iter> !Sync for std___wrap_iter<_Iter>
impl<_Iter> Unpin for std___wrap_iter<_Iter>where _Iter: Unpin,
impl<_Iter> UnwindSafe for std___wrap_iter<_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