pub struct MediaBugHandle(/* private fields */);Trait Implementations§
Source§impl Clone for MediaBugHandle
impl Clone for MediaBugHandle
Source§fn clone(&self) -> MediaBugHandle
fn clone(&self) -> MediaBugHandle
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 MediaBugHandle
impl Debug for MediaBugHandle
Source§impl FSNewType for MediaBugHandle
impl FSNewType for MediaBugHandle
type Inner = *mut switch_media_bug
fn from_ptr(ptr: *mut switch_media_bug_t) -> Self
fn as_ptr(&self) -> *mut switch_media_bug_t
impl Send for MediaBugHandle
Auto Trait Implementations§
impl Freeze for MediaBugHandle
impl RefUnwindSafe for MediaBugHandle
impl !Sync for MediaBugHandle
impl Unpin for MediaBugHandle
impl UnwindSafe for MediaBugHandle
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