Struct mpv_client::StartFile
source · pub struct StartFile(/* private fields */);
Expand description
Data associated with Event::StartFile
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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