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

#[repr(C)]pub struct type_info {
    pub vtable_: *const type_info__bindgen_vtable,
    pub __name: *const c_char,
}

Fields

vtable_: *const type_info__bindgen_vtable__name: *const c_char

Trait Implementations

impl Debug for type_info[src]

impl Default for type_info[src]

Auto Trait Implementations

impl RefUnwindSafe for type_info

impl !Send for type_info

impl !Sync for type_info

impl Unpin for type_info

impl UnwindSafe for type_info

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.