Struct ExBodySetForceIntegrationCallback
pub struct ExBodySetForceIntegrationCallback<'ex> { /* private fields */ }Expand description
Default-param extender for PhysicsServer3D::body_set_force_integration_callback_ex.
Implementations§
§impl<'ex> ExBodySetForceIntegrationCallback<'ex>
impl<'ex> ExBodySetForceIntegrationCallback<'ex>
pub fn userdata( self, userdata: &'ex Variant, ) -> ExBodySetForceIntegrationCallback<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExBodySetForceIntegrationCallback<'ex>
impl<'ex> RefUnwindSafe for ExBodySetForceIntegrationCallback<'ex>
impl<'ex> !Send for ExBodySetForceIntegrationCallback<'ex>
impl<'ex> !Sync for ExBodySetForceIntegrationCallback<'ex>
impl<'ex> Unpin for ExBodySetForceIntegrationCallback<'ex>
impl<'ex> !UnwindSafe for ExBodySetForceIntegrationCallback<'ex>
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