pub struct MpvInstance {
pub handle: *mut MpvHandle,
pub event_userdata: *mut c_void,
}Fields§
§handle: *mut MpvHandle§event_userdata: *mut c_voidTrait Implementations§
Source§impl Clone for MpvInstance
impl Clone for MpvInstance
Source§fn clone(&self) -> MpvInstance
fn clone(&self) -> MpvInstance
Returns a duplicate 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 moreSource§impl Debug for MpvInstance
impl Debug for MpvInstance
impl Copy for MpvInstance
impl Send for MpvInstance
impl Sync for MpvInstance
Auto Trait Implementations§
impl Freeze for MpvInstance
impl RefUnwindSafe 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