pub struct GjkResponse { /* private fields */ }
Expand description
The result of the GJK function
Implementations§
Source§impl GjkResponse
impl GjkResponse
Trait Implementations§
Source§impl Clone for GjkResponse
impl Clone for GjkResponse
Source§fn clone(&self) -> GjkResponse
fn clone(&self) -> GjkResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GjkResponse
impl Debug for GjkResponse
impl Copy for GjkResponse
Auto Trait Implementations§
impl Freeze for GjkResponse
impl RefUnwindSafe for GjkResponse
impl Send for GjkResponse
impl Sync for GjkResponse
impl Unpin for GjkResponse
impl UnwindSafe for GjkResponse
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