#[repr(C)]pub struct mpv_event {
pub event_id: mpv_event_id,
pub error: c_int,
pub reply_userdata: u64,
pub data: *mut c_void,
}Fields§
§event_id: mpv_event_id§error: c_int§reply_userdata: u64§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for mpv_event
impl RefUnwindSafe for mpv_event
impl !Send for mpv_event
impl !Sync for mpv_event
impl Unpin for mpv_event
impl UnsafeUnpin for mpv_event
impl UnwindSafe for mpv_event
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