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