Struct js::jsapi::LinkedList_Iterator
[−]
[src]
#[repr(C)]pub struct LinkedList_Iterator<T> { pub mCurrent: *mut T, }
Fields
mCurrent: *mut T
Trait Implementations
impl<T: Debug> Debug for LinkedList_Iterator<T>
[src]
impl<T: Copy> Copy for LinkedList_Iterator<T>
[src]
impl<T: Clone> Clone for LinkedList_Iterator<T>
[src]
fn clone(&self) -> LinkedList_Iterator<T>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more