#[repr(C)]pub struct Leap_ConstListIterator<L> {
pub m_list: *const L,
pub m_index: c_int,
pub _phantom_0: PhantomData<UnsafeCell<L>>,
}
Fields§
§m_list: *const L
§m_index: c_int
§_phantom_0: PhantomData<UnsafeCell<L>>
Trait Implementations§
Source§impl<L: Clone> Clone for Leap_ConstListIterator<L>
impl<L: Clone> Clone for Leap_ConstListIterator<L>
Source§fn clone(&self) -> Leap_ConstListIterator<L>
fn clone(&self) -> Leap_ConstListIterator<L>
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<L: Debug> Debug for Leap_ConstListIterator<L>
impl<L: Debug> Debug for Leap_ConstListIterator<L>
impl<L: Copy> Copy for Leap_ConstListIterator<L>
Auto Trait Implementations§
impl<L> Freeze for Leap_ConstListIterator<L>
impl<L> !RefUnwindSafe for Leap_ConstListIterator<L>
impl<L> !Send for Leap_ConstListIterator<L>
impl<L> !Sync for Leap_ConstListIterator<L>
impl<L> Unpin for Leap_ConstListIterator<L>where
L: Unpin,
impl<L> UnwindSafe for Leap_ConstListIterator<L>where
L: RefUnwindSafe + 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