Struct libstrophe_sys_bindgen::_xmpp_log_t [] [src]

#[repr(C)]
pub struct _xmpp_log_t { pub handler: xmpp_log_handler, pub userdata: *mut c_void, }

Fields

Trait Implementations

impl Debug for _xmpp_log_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _xmpp_log_t
[src]

impl Clone for _xmpp_log_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

impl !Send for _xmpp_log_t

impl !Sync for _xmpp_log_t