[][src]Struct skia_bindings::std_reverse_iterator

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

Fields

current: _Iterator_phantom_0: PhantomData<UnsafeCell<_Iterator>>

Trait Implementations

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

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<_Iterator> !Sync for std_reverse_iterator<_Iterator>

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

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

impl<_Iterator> !RefUnwindSafe for std_reverse_iterator<_Iterator>

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

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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