pub struct SafePtr(pub *const c_void);Tuple Fields§
§0: *const c_voidTrait Implementations§
impl Copy for SafePtr
impl Eq for SafePtr
impl Send for SafePtr
impl StructuralPartialEq for SafePtr
impl Sync for SafePtr
Auto Trait Implementations§
impl Freeze for SafePtr
impl RefUnwindSafe for SafePtr
impl Unpin for SafePtr
impl UnwindSafe for SafePtr
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