pub struct c2GJKCache {
pub metric: f32,
pub count: c_int,
pub iA: [c_int; 3],
pub iB: [c_int; 3],
pub div: f32,
}Fields§
§metric: f32§count: c_int§iA: [c_int; 3]§iB: [c_int; 3]§div: f32Trait Implementations§
Source§impl Clone for c2GJKCache
impl Clone for c2GJKCache
Source§fn clone(&self) -> c2GJKCache
fn clone(&self) -> c2GJKCache
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 c2GJKCache
impl Debug for c2GJKCache
impl Copy for c2GJKCache
Auto Trait Implementations§
impl Freeze for c2GJKCache
impl RefUnwindSafe for c2GJKCache
impl Send for c2GJKCache
impl Sync for c2GJKCache
impl Unpin for c2GJKCache
impl UnwindSafe for c2GJKCache
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