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