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