[−][src]Struct lc3tools_sys::root::std::pointer_to_unary_function
Fields
_M_ptr: Option<unsafe extern "C" fn(arg1: _Arg) -> _Result>
_phantom_0: PhantomData<UnsafeCell<_Arg>>
_phantom_1: PhantomData<UnsafeCell<_Result>>
Trait Implementations
impl<_Arg: Clone, _Result: Clone> Clone for pointer_to_unary_function<_Arg, _Result>
[src]
fn clone(&self) -> pointer_to_unary_function<_Arg, _Result>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<_Arg: Copy, _Result: Copy> Copy for pointer_to_unary_function<_Arg, _Result>
[src]
impl<_Arg: Debug, _Result: Debug> Debug for pointer_to_unary_function<_Arg, _Result>
[src]
impl<_Arg, _Result> Default for pointer_to_unary_function<_Arg, _Result>
[src]
Auto Trait Implementations
impl<_Arg, _Result> !RefUnwindSafe for pointer_to_unary_function<_Arg, _Result>
impl<_Arg, _Result> Send for pointer_to_unary_function<_Arg, _Result> where
_Arg: Send,
_Result: Send,
_Arg: Send,
_Result: Send,
impl<_Arg, _Result> !Sync for pointer_to_unary_function<_Arg, _Result>
impl<_Arg, _Result> Unpin for pointer_to_unary_function<_Arg, _Result> where
_Arg: Unpin,
_Result: Unpin,
_Arg: Unpin,
_Result: Unpin,
impl<_Arg, _Result> UnwindSafe for pointer_to_unary_function<_Arg, _Result> where
_Arg: UnwindSafe,
_Result: UnwindSafe,
_Arg: UnwindSafe,
_Result: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,