Struct soup_sys::SoupURI[][src]

#[repr(C)]
pub struct SoupURI { pub scheme: *const c_char, pub user: *mut c_char, pub password: *mut c_char, pub host: *mut c_char, pub port: c_uint, pub path: *mut c_char, pub query: *mut c_char, pub fragment: *mut c_char, }

Fields

Trait Implementations

impl Copy for SoupURI
[src]

impl Clone for SoupURI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupURI
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SoupURI

impl !Sync for SoupURI