#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for b2Shape_Type
Source§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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for b2Shape_Type
impl UniquePtrTarget for b2Shape_Type
impl VectorElement for b2Shape_Type
impl WeakPtrTarget for b2Shape_Type
Auto Trait Implementations§
impl Freeze for b2Shape_Type
impl RefUnwindSafe for b2Shape_Type
impl Send for b2Shape_Type
impl Sync for b2Shape_Type
impl Unpin for b2Shape_Type
impl UnsafeUnpin 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