[][src]Union lc3tools_sys::root::std::_Nocopy_types

#[repr(C)]pub union _Nocopy_types {
    pub _M_object: *mut c_void,
    pub _M_const_object: *const c_void,
    pub _M_function_pointer: Option<unsafe extern "C" fn()>,
    pub _M_member_pointer: Option<unsafe extern "C" fn()>,
    _bindgen_union_align: [u64; 2],
}

Fields

_M_object: *mut c_void_M_const_object: *const c_void_M_function_pointer: Option<unsafe extern "C" fn()>_M_member_pointer: Option<unsafe extern "C" fn()>_bindgen_union_align: [u64; 2]

Trait Implementations

impl Clone for _Nocopy_types[src]

impl Copy for _Nocopy_types[src]

impl Default for _Nocopy_types[src]

Auto Trait Implementations

impl RefUnwindSafe for _Nocopy_types

impl !Send for _Nocopy_types

impl !Sync for _Nocopy_types

impl Unpin for _Nocopy_types

impl UnwindSafe for _Nocopy_types

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.