#[repr(C)]pub struct mpv_event_script_input_dispatch {
pub arg0: c_int,
pub type_: *const c_char,
}Expand description
@deprecated see MPV_EVENT_SCRIPT_INPUT_DISPATCH for remarks
Fields§
§arg0: c_int§type_: *const c_charTrait Implementations§
Source§impl Clone for mpv_event_script_input_dispatch
impl Clone for mpv_event_script_input_dispatch
Source§fn clone(&self) -> mpv_event_script_input_dispatch
fn clone(&self) -> mpv_event_script_input_dispatch
Returns a duplicate of the value. Read more
1.0.0 · 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_script_input_dispatch
Auto Trait Implementations§
impl Freeze for mpv_event_script_input_dispatch
impl RefUnwindSafe for mpv_event_script_input_dispatch
impl !Send for mpv_event_script_input_dispatch
impl !Sync for mpv_event_script_input_dispatch
impl Unpin for mpv_event_script_input_dispatch
impl UnwindSafe for mpv_event_script_input_dispatch
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