#[repr(transparent)]pub struct c_void(pub c_void);Expand description
Newtype wrapper for a C void. Only useful as a *c_void
Tuple Fields§
§0: c_voidTrait Implementations§
Source§impl ExternType for c_void
§Safety
We assert that the namespace and type ID refer to a C++
type which is equivalent to this Rust type.
 
impl ExternType for c_void
§Safety
We assert that the namespace and type ID refer to a C++ type which is equivalent to this Rust type.
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