Struct libstrophe_sys_bindgen::xmpp_stream_error_t
[−]
[src]
#[repr(C)]pub struct xmpp_stream_error_t { pub type_: xmpp_error_type_t, pub text: *mut c_char, pub stanza: *mut xmpp_stanza_t, }
Fields
type_: xmpp_error_type_t
text: *mut c_char
stanza: *mut xmpp_stanza_t
Trait Implementations
impl Debug for xmpp_stream_error_t[src]
impl Copy for xmpp_stream_error_t[src]
impl Clone for xmpp_stream_error_t[src]
fn clone(&self) -> xmpp_stream_error_t[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more