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

Trait Implementations

impl Debug for xmpp_stream_error_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for xmpp_stream_error_t
[src]

impl Clone for xmpp_stream_error_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations