Struct wrapped2d::collision::distance::SimplexCache
source · #[repr(C)]pub struct SimplexCache {
pub metric: f32,
pub count: u16,
pub index_a: [u8; 3],
pub index_b: [u8; 3],
}
Fields§
§metric: f32
§count: u16
§index_a: [u8; 3]
§index_b: [u8; 3]
Auto Trait Implementations§
impl RefUnwindSafe for SimplexCache
impl Send for SimplexCache
impl Sync for SimplexCache
impl Unpin for SimplexCache
impl UnwindSafe for SimplexCache
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