Struct mpv_handle
#[repr(C)]pub struct mpv_handle { /* private fields */ }
Expand description
An opaque handle provided by mpv. Only useful when wrapped by Handle
.
Trait Implementations§
§impl Clone for mpv_handle
impl Clone for mpv_handle
§fn clone(&self) -> mpv_handle
fn clone(&self) -> mpv_handle
Returns a copy 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 more§impl Debug for mpv_handle
impl Debug for mpv_handle
impl Copy for mpv_handle
Auto Trait Implementations§
impl Freeze for mpv_handle
impl RefUnwindSafe for mpv_handle
impl Send for mpv_handle
impl Sync for mpv_handle
impl Unpin for mpv_handle
impl UnwindSafe for mpv_handle
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