Struct libxml::bindings::_xmlChLRange[][src]

#[repr(C)]
pub struct _xmlChLRange { pub low: c_uint, pub high: c_uint, }

Fields

Trait Implementations

impl Debug for _xmlChLRange
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlChLRange
[src]

impl Clone for _xmlChLRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations