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