Struct miniblink_sys::_tagWkeMediaPlayerClient
source · #[repr(C)]pub struct _tagWkeMediaPlayerClient { /* private fields */ }Trait Implementations§
source§impl Clone for _tagWkeMediaPlayerClient
impl Clone for _tagWkeMediaPlayerClient
source§fn clone(&self) -> _tagWkeMediaPlayerClient
fn clone(&self) -> _tagWkeMediaPlayerClient
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 moresource§impl Debug for _tagWkeMediaPlayerClient
impl Debug for _tagWkeMediaPlayerClient
impl Copy for _tagWkeMediaPlayerClient
Auto Trait Implementations§
impl Freeze for _tagWkeMediaPlayerClient
impl RefUnwindSafe for _tagWkeMediaPlayerClient
impl Send for _tagWkeMediaPlayerClient
impl Sync for _tagWkeMediaPlayerClient
impl Unpin for _tagWkeMediaPlayerClient
impl UnwindSafe for _tagWkeMediaPlayerClient
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