Struct ExBodyTestMotion
pub struct ExBodyTestMotion<'ex> { /* private fields */ }Expand description
Default-param extender for PhysicsServer3D::body_test_motion_ex.
Implementations§
§impl<'ex> ExBodyTestMotion<'ex>
impl<'ex> ExBodyTestMotion<'ex>
pub fn result( self, result: impl AsArg<Option<Gd<PhysicsTestMotionResult3D>>> + 'ex, ) -> ExBodyTestMotion<'ex>
pub fn done(self) -> bool
Auto Trait Implementations§
impl<'ex> Freeze for ExBodyTestMotion<'ex>
impl<'ex> RefUnwindSafe for ExBodyTestMotion<'ex>
impl<'ex> !Send for ExBodyTestMotion<'ex>
impl<'ex> !Sync for ExBodyTestMotion<'ex>
impl<'ex> Unpin for ExBodyTestMotion<'ex>
impl<'ex> !UnwindSafe for ExBodyTestMotion<'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