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

#[repr(C)]pub struct _Not_fn<_Fn> {
    pub _M_fn: _Fn,
    pub _phantom_0: PhantomData<UnsafeCell<_Fn>>,
}

Fields

_M_fn: _Fn_phantom_0: PhantomData<UnsafeCell<_Fn>>

Trait Implementations

impl<_Fn: Debug> Debug for _Not_fn<_Fn>[src]

impl<_Fn> Default for _Not_fn<_Fn>[src]

Auto Trait Implementations

impl<_Fn> !RefUnwindSafe for _Not_fn<_Fn>

impl<_Fn> Send for _Not_fn<_Fn> where
    _Fn: Send

impl<_Fn> !Sync for _Not_fn<_Fn>

impl<_Fn> Unpin for _Not_fn<_Fn> where
    _Fn: Unpin

impl<_Fn> UnwindSafe for _Not_fn<_Fn> where
    _Fn: 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, 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.