pub struct MpvInstance {
pub mpv: Mpv,
}Fields§
§mpv: MpvAuto Trait Implementations§
impl Freeze for MpvInstance
impl !RefUnwindSafe for MpvInstance
impl Send for MpvInstance
impl Sync for MpvInstance
impl Unpin for MpvInstance
impl !UnwindSafe for MpvInstance
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