Struct libxml::bindings::_xmlChRangeGroup[][src]

#[repr(C)]
pub struct _xmlChRangeGroup { pub nbShortRange: c_int, pub nbLongRange: c_int, pub shortRange: *const xmlChSRange, pub longRange: *const xmlChLRange, }

Fields

Trait Implementations

impl Debug for _xmlChRangeGroup
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlChRangeGroup
[src]

impl Clone for _xmlChRangeGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations