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

Trait Implementations

impl Debug for _htmlElemDesc
[src]

Formats the value using the given formatter. Read more

impl Copy for _htmlElemDesc
[src]

impl Clone for _htmlElemDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _htmlElemDesc

impl !Sync for _htmlElemDesc