#[repr(C)]pub struct mpv_event_end_file {
pub reason: mpv_end_file_reason,
pub error: c_int,
pub playlist_entry_id: i64,
pub playlist_insert_id: i64,
pub playlist_insert_num_entries: c_int,
}Fields§
§reason: mpv_end_file_reason§error: c_int§playlist_entry_id: i64§playlist_insert_id: i64§playlist_insert_num_entries: c_intTrait Implementations§
Source§impl Clone for mpv_event_end_file
impl Clone for mpv_event_end_file
Source§fn clone(&self) -> mpv_event_end_file
fn clone(&self) -> mpv_event_end_file
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_end_file
Auto Trait Implementations§
impl Freeze for mpv_event_end_file
impl RefUnwindSafe for mpv_event_end_file
impl Send for mpv_event_end_file
impl Sync for mpv_event_end_file
impl Unpin for mpv_event_end_file
impl UnsafeUnpin for mpv_event_end_file
impl UnwindSafe for mpv_event_end_file
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