[][src]Struct zoom_sdk_windows_sys::std_reverse_iterator

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

Fields

current: _BidIt_phantom_0: PhantomData<UnsafeCell<_BidIt>>

Trait Implementations

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

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

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

Auto Trait Implementations

impl<_BidIt> !RefUnwindSafe for std_reverse_iterator<_BidIt>[src]

impl<_BidIt> Send for std_reverse_iterator<_BidIt> where
    _BidIt: Send
[src]

impl<_BidIt> !Sync for std_reverse_iterator<_BidIt>[src]

impl<_BidIt> Unpin for std_reverse_iterator<_BidIt> where
    _BidIt: Unpin
[src]

impl<_BidIt> UnwindSafe for std_reverse_iterator<_BidIt> where
    _BidIt: UnwindSafe
[src]

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.