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