pub struct UnsafeMutVoidPtr(/* private fields */);
Expand description
Wrapping for *mut c_void
Trait Implementations§
Source§impl Clone for UnsafeMutVoidPtr
impl Clone for UnsafeMutVoidPtr
Source§fn clone(&self) -> UnsafeMutVoidPtr
fn clone(&self) -> UnsafeMutVoidPtr
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 UnsafeMutVoidPtr
impl Debug for UnsafeMutVoidPtr
Source§impl Deref for UnsafeMutVoidPtr
impl Deref for UnsafeMutVoidPtr
impl Copy for UnsafeMutVoidPtr
Auto Trait Implementations§
impl Freeze for UnsafeMutVoidPtr
impl RefUnwindSafe for UnsafeMutVoidPtr
impl !Send for UnsafeMutVoidPtr
impl !Sync for UnsafeMutVoidPtr
impl Unpin for UnsafeMutVoidPtr
impl UnwindSafe for UnsafeMutVoidPtr
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