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

Trait Implementations

impl Clone for libvlc_log_message_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for libvlc_log_message_t
[src]

Auto Trait Implementations