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

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

Fields

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

Trait Implementations

impl<_Ret: Clone> Clone for mem_fun_t<_Ret>[src]

impl<_Ret: Copy> Copy for mem_fun_t<_Ret>[src]

impl<_Ret: Debug> Debug for mem_fun_t<_Ret>[src]

impl<_Ret> Default for mem_fun_t<_Ret>[src]

Auto Trait Implementations

impl<_Ret> !RefUnwindSafe for mem_fun_t<_Ret>

impl<_Ret> Send for mem_fun_t<_Ret> where
    _Ret: Send

impl<_Ret> !Sync for mem_fun_t<_Ret>

impl<_Ret> Unpin for mem_fun_t<_Ret> where
    _Ret: Unpin

impl<_Ret> UnwindSafe for mem_fun_t<_Ret> where
    _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.