[][src]Struct lc3tools_sys::root::__gnu_cxx::__ops::_Iter_negate

#[repr(C)]pub struct _Iter_negate<_Predicate> {
    pub _M_pred: _Predicate,
    pub _phantom_0: PhantomData<UnsafeCell<_Predicate>>,
}

Fields

_M_pred: _Predicate_phantom_0: PhantomData<UnsafeCell<_Predicate>>

Trait Implementations

impl<_Predicate: Clone> Clone for _Iter_negate<_Predicate>[src]

impl<_Predicate: Copy> Copy for _Iter_negate<_Predicate>[src]

impl<_Predicate: Debug> Debug for _Iter_negate<_Predicate>[src]

impl<_Predicate> Default for _Iter_negate<_Predicate>[src]

Auto Trait Implementations

impl<_Predicate> !RefUnwindSafe for _Iter_negate<_Predicate>

impl<_Predicate> Send for _Iter_negate<_Predicate> where
    _Predicate: Send

impl<_Predicate> !Sync for _Iter_negate<_Predicate>

impl<_Predicate> Unpin for _Iter_negate<_Predicate> where
    _Predicate: Unpin

impl<_Predicate> UnwindSafe for _Iter_negate<_Predicate> where
    _Predicate: 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.