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

#[repr(C)]pub struct const_mem_fun1_t<_Ret, _Arg> {
    pub _M_f: Option<unsafe extern "C" fn(arg1: _Arg) -> _Ret>,
    pub _phantom_0: PhantomData<UnsafeCell<_Ret>>,
    pub _phantom_1: PhantomData<UnsafeCell<_Arg>>,
}

Fields

_M_f: Option<unsafe extern "C" fn(arg1: _Arg) -> _Ret>_phantom_0: PhantomData<UnsafeCell<_Ret>>_phantom_1: PhantomData<UnsafeCell<_Arg>>

Trait Implementations

impl<_Ret: Clone, _Arg: Clone> Clone for const_mem_fun1_t<_Ret, _Arg>[src]

impl<_Ret: Copy, _Arg: Copy> Copy for const_mem_fun1_t<_Ret, _Arg>[src]

impl<_Ret: Debug, _Arg: Debug> Debug for const_mem_fun1_t<_Ret, _Arg>[src]

impl<_Ret, _Arg> Default for const_mem_fun1_t<_Ret, _Arg>[src]

Auto Trait Implementations

impl<_Ret, _Arg> !RefUnwindSafe for const_mem_fun1_t<_Ret, _Arg>

impl<_Ret, _Arg> Send for const_mem_fun1_t<_Ret, _Arg> where
    _Arg: Send,
    _Ret: Send

impl<_Ret, _Arg> !Sync for const_mem_fun1_t<_Ret, _Arg>

impl<_Ret, _Arg> Unpin for const_mem_fun1_t<_Ret, _Arg> where
    _Arg: Unpin,
    _Ret: Unpin

impl<_Ret, _Arg> UnwindSafe for const_mem_fun1_t<_Ret, _Arg> where
    _Arg: UnwindSafe,
    _Ret: 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.