Struct libxml::bindings::_xmlChSRange[][src]

#[repr(C)]
pub struct _xmlChSRange { pub low: c_ushort, pub high: c_ushort, }

Fields

Trait Implementations

impl Debug for _xmlChSRange
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlChSRange
[src]

impl Clone for _xmlChSRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations