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
scheme: *const c_char
user: *mut c_char
password: *mut c_char
host: *mut c_char
port: c_uint
path: *mut c_char
query: *mut c_char
fragment: *mut c_char
Trait Implementations
impl Copy for SoupURI[src]
impl Copy for SoupURIimpl Clone for SoupURI[src]
impl Clone for SoupURIfn clone(&self) -> SoupURI[src]
fn clone(&self) -> SoupURIReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SoupURI[src]
impl Debug for SoupURI