pub struct b2SolverData { /* private fields */ }Expand description
Solver Data
Trait Implementations§
Source§impl CopyNew for b2SolverData
impl CopyNew for b2SolverData
Source§unsafe fn copy_new(
other: &b2SolverData,
this: Pin<&mut MaybeUninit<b2SolverData>>,
)
unsafe fn copy_new( other: &b2SolverData, this: Pin<&mut MaybeUninit<b2SolverData>>, )
Synthesized copy constructor.
Source§impl ExternType for b2SolverData
impl ExternType for b2SolverData
Source§impl MakeCppStorage for b2SolverData
impl MakeCppStorage for b2SolverData
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut b2SolverData
unsafe fn allocate_uninitialized_cpp_storage() -> *mut b2SolverData
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 b2SolverData)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut b2SolverData)
Frees a C++ allocation which has not yet
had a constructor called. Read more
Source§impl MoveNew for b2SolverData
impl MoveNew for b2SolverData
Source§unsafe fn move_new(
other: Pin<MoveRef<'_, b2SolverData>>,
this: Pin<&mut MaybeUninit<b2SolverData>>,
)
unsafe fn move_new( other: Pin<MoveRef<'_, b2SolverData>>, this: Pin<&mut MaybeUninit<b2SolverData>>, )
Synthesized move constructor.
impl UniquePtrTarget for b2SolverData
impl VectorElement for b2SolverData
impl WeakPtrTarget for b2SolverData
Auto Trait Implementations§
impl Freeze for b2SolverData
impl RefUnwindSafe for b2SolverData
impl !Send for b2SolverData
impl !Sync for b2SolverData
impl !Unpin for b2SolverData
impl UnwindSafe for b2SolverData
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