pub struct StartFile {
pub playlist_entry_id: i64,
}
Expand description
Details provided to Event::StartFile
.
Fields§
§playlist_entry_id: i64
Playlist entry ID of the file being loaded now.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartFile
impl RefUnwindSafe for StartFile
impl Send for StartFile
impl Sync for StartFile
impl Unpin for StartFile
impl UnwindSafe for StartFile
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