Struct ExCreate
pub struct ExCreate { /* private fields */ }
Expand description
Default-param extender for PhysicsRayQueryParameters2D::create_ex
.
Implementations§
Auto Trait Implementations§
impl Freeze for ExCreate
impl RefUnwindSafe for ExCreate
impl !Send for ExCreate
impl !Sync for ExCreate
impl Unpin for ExCreate
impl UnwindSafe for ExCreate
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