Struct libxml::bindings::_xmlURI[][src]

#[repr(C)]
pub struct _xmlURI { pub scheme: *mut c_char, pub opaque: *mut c_char, pub authority: *mut c_char, pub server: *mut c_char, pub user: *mut c_char, pub port: c_int, pub path: *mut c_char, pub query: *mut c_char, pub fragment: *mut c_char, pub cleanup: c_int, pub query_raw: *mut c_char, }

Fields

Trait Implementations

impl Debug for _xmlURI
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlURI
[src]

impl Clone for _xmlURI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _xmlURI

impl !Sync for _xmlURI