Enum wrapped2d::collision::ContactFeatureType
source · #[repr(u8)]pub enum ContactFeatureType {
Vertex = 0,
Face = 1,
}
Variants§
Trait Implementations§
source§impl Clone for ContactFeatureType
impl Clone for ContactFeatureType
source§fn clone(&self) -> ContactFeatureType
fn clone(&self) -> ContactFeatureType
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 ContactFeatureType
impl Debug for ContactFeatureType
source§impl PartialEq for ContactFeatureType
impl PartialEq for ContactFeatureType
source§fn eq(&self, other: &ContactFeatureType) -> bool
fn eq(&self, other: &ContactFeatureType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ContactFeatureType
impl StructuralPartialEq for ContactFeatureType
Auto Trait Implementations§
impl RefUnwindSafe for ContactFeatureType
impl Send for ContactFeatureType
impl Sync for ContactFeatureType
impl Unpin for ContactFeatureType
impl UnwindSafe for ContactFeatureType
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