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

#[repr(C)]pub struct binary_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 binary_negate<_Predicate>[src]

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

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

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

Auto Trait Implementations

impl<_Predicate> !RefUnwindSafe for binary_negate<_Predicate>

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

impl<_Predicate> !Sync for binary_negate<_Predicate>

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

impl<_Predicate> UnwindSafe for binary_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.