pub struct c_void { /* private fields */ }Trait Implementations§
Source§impl ExternType for c_void
impl ExternType for c_void
Auto Trait Implementations§
impl !Freeze for c_void
impl RefUnwindSafe for c_void
impl !Send for c_void
impl !Sync for c_void
impl !Unpin for c_void
impl UnwindSafe for c_void
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