Struct vlc::sys::libvlc_log_message_t
[−]
[src]
#[repr(C)]pub struct libvlc_log_message_t { pub i_severity: c_int, pub psz_type: *const c_char, pub psz_name: *const c_char, pub psz_header: *const c_char, pub psz_message: *const c_char, }
Fields
i_severity: c_int
psz_type: *const c_char
psz_name: *const c_char
psz_header: *const c_char
psz_message: *const c_char
Trait Implementations
impl Clone for libvlc_log_message_t[src]
fn clone(&self) -> libvlc_log_message_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