Struct wrapped2d::collision::ContactFeature
source · #[repr(C)]pub struct ContactFeature {
pub index_a: u8,
pub index_b: u8,
pub type_a: ContactFeatureType,
pub type_b: ContactFeatureType,
}
Fields§
§index_a: u8
§index_b: u8
§type_a: ContactFeatureType
§type_b: ContactFeatureType
Trait Implementations§
source§impl Clone for ContactFeature
impl Clone for ContactFeature
source§fn clone(&self) -> ContactFeature
fn clone(&self) -> ContactFeature
Returns a copy 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 ContactFeature
impl Debug for ContactFeature
impl Copy for ContactFeature
Auto Trait Implementations§
impl RefUnwindSafe for ContactFeature
impl Send for ContactFeature
impl Sync for ContactFeature
impl Unpin for ContactFeature
impl UnwindSafe for ContactFeature
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