#[repr(C)]pub struct __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1> {
pub _M_comp: _Compare,
pub _M_it1: _Iterator1,
pub _phantom_0: PhantomData<UnsafeCell<_Compare>>,
pub _phantom_1: PhantomData<UnsafeCell<_Iterator1>>,
}Fields§
§_M_comp: _Compare§_M_it1: _Iterator1§_phantom_0: PhantomData<UnsafeCell<_Compare>>§_phantom_1: PhantomData<UnsafeCell<_Iterator1>>Trait Implementations§
Source§impl<_Compare: Clone, _Iterator1: Clone> Clone for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare: Clone, _Iterator1: Clone> Clone for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
Source§fn clone(&self) -> __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
fn clone(&self) -> __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
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<_Compare: Debug, _Iterator1: Debug> Debug for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare: Debug, _Iterator1: Debug> Debug for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare: Copy, _Iterator1: Copy> Copy for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
Auto Trait Implementations§
impl<_Compare, _Iterator1> Freeze for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare, _Iterator1> !RefUnwindSafe for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare, _Iterator1> Send for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare, _Iterator1> !Sync for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare, _Iterator1> Unpin for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>
impl<_Compare, _Iterator1> UnwindSafe for __gnu_cxx___ops__Iter_comp_to_iter<_Compare, _Iterator1>where
_Compare: UnwindSafe,
_Iterator1: 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