#[repr(C)]pub struct _PixelIterator { /* private fields */ }
Trait Implementations§
Source§impl Clone for _PixelIterator
impl Clone for _PixelIterator
Source§fn clone(&self) -> _PixelIterator
fn clone(&self) -> _PixelIterator
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 Debug for _PixelIterator
impl Debug for _PixelIterator
impl Copy for _PixelIterator
Auto Trait Implementations§
impl Freeze for _PixelIterator
impl RefUnwindSafe for _PixelIterator
impl Send for _PixelIterator
impl Sync for _PixelIterator
impl Unpin for _PixelIterator
impl UnwindSafe for _PixelIterator
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