[][src]Struct lc3tools_sys::root::std::raw_storage_iterator

#[repr(C)]pub struct raw_storage_iterator<_OutputIterator> {
    pub _M_iter: _OutputIterator,
    pub _phantom_0: PhantomData<UnsafeCell<_OutputIterator>>,
}

Fields

_M_iter: _OutputIterator_phantom_0: PhantomData<UnsafeCell<_OutputIterator>>

Trait Implementations

impl<_OutputIterator: Clone> Clone for raw_storage_iterator<_OutputIterator>[src]

impl<_OutputIterator: Copy> Copy for raw_storage_iterator<_OutputIterator>[src]

impl<_OutputIterator: Debug> Debug for raw_storage_iterator<_OutputIterator>[src]

impl<_OutputIterator> Default for raw_storage_iterator<_OutputIterator>[src]

Auto Trait Implementations

impl<_OutputIterator> !RefUnwindSafe for raw_storage_iterator<_OutputIterator>

impl<_OutputIterator> Send for raw_storage_iterator<_OutputIterator> where
    _OutputIterator: Send

impl<_OutputIterator> !Sync for raw_storage_iterator<_OutputIterator>

impl<_OutputIterator> Unpin for raw_storage_iterator<_OutputIterator> where
    _OutputIterator: Unpin

impl<_OutputIterator> UnwindSafe for raw_storage_iterator<_OutputIterator> where
    _OutputIterator: 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.