[][src]Struct lc3tools_sys::root::__gnu_cxx::__normal_iterator

#[repr(C)]pub struct __normal_iterator<_Iterator> {
    pub _M_current: _Iterator,
    pub _phantom_0: PhantomData<UnsafeCell<_Iterator>>,
}

Fields

_M_current: _Iterator_phantom_0: PhantomData<UnsafeCell<_Iterator>>

Trait Implementations

impl<_Iterator: Clone> Clone for __normal_iterator<_Iterator>[src]

impl<_Iterator: Copy> Copy for __normal_iterator<_Iterator>[src]

impl<_Iterator: Debug> Debug for __normal_iterator<_Iterator>[src]

impl<_Iterator> Default for __normal_iterator<_Iterator>[src]

Auto Trait Implementations

impl<_Iterator> !RefUnwindSafe for __normal_iterator<_Iterator>

impl<_Iterator> Send for __normal_iterator<_Iterator> where
    _Iterator: Send

impl<_Iterator> !Sync for __normal_iterator<_Iterator>

impl<_Iterator> Unpin for __normal_iterator<_Iterator> where
    _Iterator: Unpin

impl<_Iterator> UnwindSafe for __normal_iterator<_Iterator> where
    _Iterator: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.