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