Struct libxml::bindings::_htmlElemDesc[][src]

#[repr(C)]pub struct _htmlElemDesc {
    pub name: *const c_char,
    pub startTag: c_char,
    pub endTag: c_char,
    pub saveEndTag: c_char,
    pub empty: c_char,
    pub depr: c_char,
    pub dtd: c_char,
    pub isinline: c_char,
    pub desc: *const c_char,
    pub subelts: *mut *const c_char,
    pub defaultsubelt: *const c_char,
    pub attrs_opt: *mut *const c_char,
    pub attrs_depr: *mut *const c_char,
    pub attrs_req: *mut *const c_char,
}

Fields

name: *const c_charstartTag: c_charendTag: c_charsaveEndTag: c_charempty: c_chardepr: c_chardtd: c_charisinline: c_chardesc: *const c_charsubelts: *mut *const c_chardefaultsubelt: *const c_charattrs_opt: *mut *const c_charattrs_depr: *mut *const c_charattrs_req: *mut *const c_char

Trait Implementations

impl Clone for _htmlElemDesc[src]

impl Copy for _htmlElemDesc[src]

impl Debug for _htmlElemDesc[src]

Auto Trait Implementations

impl RefUnwindSafe for _htmlElemDesc

impl !Send for _htmlElemDesc

impl !Sync for _htmlElemDesc

impl Unpin for _htmlElemDesc

impl UnwindSafe for _htmlElemDesc

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.