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