#[repr(C)]pub struct mpv_event_log_message {
pub prefix: *const c_char,
pub level: *const c_char,
pub text: *const c_char,
pub log_level: mpv_log_level,
}Fields§
§prefix: *const c_char§level: *const c_char§text: *const c_char§log_level: mpv_log_levelTrait Implementations§
Source§impl Clone for mpv_event_log_message
impl Clone for mpv_event_log_message
Source§fn clone(&self) -> mpv_event_log_message
fn clone(&self) -> mpv_event_log_message
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mpv_event_log_message
impl Debug for mpv_event_log_message
impl Copy for mpv_event_log_message
Auto Trait Implementations§
impl Freeze for mpv_event_log_message
impl RefUnwindSafe for mpv_event_log_message
impl !Send for mpv_event_log_message
impl !Sync for mpv_event_log_message
impl Unpin for mpv_event_log_message
impl UnsafeUnpin for mpv_event_log_message
impl UnwindSafe for mpv_event_log_message
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more