Struct libxml::bindings::_htmlEntityDesc[][src]

#[repr(C)]pub struct _htmlEntityDesc {
    pub value: c_uint,
    pub name: *const c_char,
    pub desc: *const c_char,
}

Fields

value: c_uintname: *const c_chardesc: *const c_char

Trait Implementations

impl Clone for _htmlEntityDesc[src]

impl Copy for _htmlEntityDesc[src]

impl Debug for _htmlEntityDesc[src]

Auto Trait Implementations

impl RefUnwindSafe for _htmlEntityDesc

impl !Send for _htmlEntityDesc

impl !Sync for _htmlEntityDesc

impl Unpin for _htmlEntityDesc

impl UnwindSafe for _htmlEntityDesc

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.