#[repr(C)]pub struct mpv_event_client_message {
pub num_args: c_int,
pub args: *mut *const c_char,
}Fields§
§num_args: c_int§args: *mut *const c_charTrait Implementations§
Source§impl Clone for mpv_event_client_message
impl Clone for mpv_event_client_message
Source§fn clone(&self) -> mpv_event_client_message
fn clone(&self) -> mpv_event_client_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 moreimpl Copy for mpv_event_client_message
Auto Trait Implementations§
impl !Send for mpv_event_client_message
impl !Sync for mpv_event_client_message
impl Freeze for mpv_event_client_message
impl RefUnwindSafe for mpv_event_client_message
impl Unpin for mpv_event_client_message
impl UnsafeUnpin for mpv_event_client_message
impl UnwindSafe for mpv_event_client_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