Enum libliquidfun_sys::box2d::ffi::b2Shape_Type
source · #[repr(u32)]pub enum b2Shape_Type {
e_circle = 0,
e_edge = 1,
e_polygon = 2,
e_chain = 3,
e_typeCount = 4,
}Variants§
Trait Implementations§
source§impl Clone for b2Shape_Type
impl Clone for b2Shape_Type
source§fn clone(&self) -> b2Shape_Type
fn clone(&self) -> b2Shape_Type
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 ExternType for b2Shape_Type
impl ExternType for b2Shape_Type
source§impl Hash for b2Shape_Type
impl Hash for b2Shape_Type
source§impl PartialEq for b2Shape_Type
impl PartialEq for b2Shape_Type
source§fn eq(&self, other: &b2Shape_Type) -> bool
fn eq(&self, other: &b2Shape_Type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for b2Shape_Type
impl StructuralEq for b2Shape_Type
impl StructuralPartialEq for b2Shape_Type
impl UniquePtrTarget for b2Shape_Type
impl VectorElement for b2Shape_Type
impl WeakPtrTarget for b2Shape_Type
Auto Trait Implementations§
impl RefUnwindSafe for b2Shape_Type
impl Send for b2Shape_Type
impl Sync for b2Shape_Type
impl Unpin for b2Shape_Type
impl UnwindSafe for b2Shape_Type
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