#[repr(C)]pub struct mpv_event_start_file {
pub playlist_entry_id: i64,
}Expand description
Since API version 1.108.
Fields§
§playlist_entry_id: i64Playlist entry ID of the file being loaded now.
Trait Implementations§
Source§impl Clone for mpv_event_start_file
impl Clone for mpv_event_start_file
Source§fn clone(&self) -> mpv_event_start_file
fn clone(&self) -> mpv_event_start_file
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 moreSource§impl Debug for mpv_event_start_file
impl Debug for mpv_event_start_file
impl Copy for mpv_event_start_file
Auto Trait Implementations§
impl Freeze for mpv_event_start_file
impl RefUnwindSafe for mpv_event_start_file
impl Send for mpv_event_start_file
impl Sync for mpv_event_start_file
impl Unpin for mpv_event_start_file
impl UnwindSafe for mpv_event_start_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