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