#[repr(C)]pub struct nng_url {
pub u_rawurl: *mut c_char,
pub u_scheme: *mut c_char,
pub u_userinfo: *mut c_char,
pub u_host: *mut c_char,
pub u_hostname: *mut c_char,
pub u_port: *mut c_char,
pub u_path: *mut c_char,
pub u_query: *mut c_char,
pub u_fragment: *mut c_char,
pub u_requri: *mut c_char,
}
Fields§
§u_rawurl: *mut c_char
§u_scheme: *mut c_char
§u_userinfo: *mut c_char
§u_host: *mut c_char
§u_hostname: *mut c_char
§u_port: *mut c_char
§u_path: *mut c_char
§u_query: *mut c_char
§u_fragment: *mut c_char
§u_requri: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for nng_url
impl RefUnwindSafe for nng_url
impl !Send for nng_url
impl !Sync for nng_url
impl Unpin for nng_url
impl UnwindSafe for nng_url
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more