Struct mpv_client::EndFile
source · pub struct EndFile(/* private fields */);
Expand description
Data associated with Event::EndFile
.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EndFile
impl !Send for EndFile
impl !Sync for EndFile
impl Unpin for EndFile
impl UnwindSafe for EndFile
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