pub struct b2ContactManager { /* private fields */ }Trait Implementations§
Source§impl CopyNew for b2ContactManager
impl CopyNew for b2ContactManager
Source§unsafe fn copy_new(
other: &b2ContactManager,
this: Pin<&mut MaybeUninit<b2ContactManager>>,
)
unsafe fn copy_new( other: &b2ContactManager, this: Pin<&mut MaybeUninit<b2ContactManager>>, )
Synthesized copy constructor.
Source§impl ExternType for b2ContactManager
impl ExternType for b2ContactManager
Source§impl MakeCppStorage for b2ContactManager
impl MakeCppStorage for b2ContactManager
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut b2ContactManager
unsafe fn allocate_uninitialized_cpp_storage() -> *mut b2ContactManager
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
Source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut b2ContactManager)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut b2ContactManager)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for b2ContactManager
impl WeakPtrTarget for b2ContactManager
Auto Trait Implementations§
impl Freeze for b2ContactManager
impl RefUnwindSafe for b2ContactManager
impl !Send for b2ContactManager
impl !Sync for b2ContactManager
impl !Unpin for b2ContactManager
impl UnwindSafe for b2ContactManager
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