LinkedList_iterator

Type Alias LinkedList_iterator 

Source
pub type LinkedList_iterator = LinkedList_Iterator<LinkedListElementTraits>;

Aliased Type§

#[repr(C)]
pub struct LinkedList_iterator { pub _phantom_0: PhantomData<UnsafeCell<LinkedListElementTraits>>, pub mCurrent: LinkedListElementTraits, }

Fields§

§_phantom_0: PhantomData<UnsafeCell<LinkedListElementTraits>>§mCurrent: LinkedListElementTraits

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 1 byte