#[repr(u32)]pub enum b2JointType {
e_unknownJoint = 0,
e_revoluteJoint = 1,
e_prismaticJoint = 2,
e_distanceJoint = 3,
e_pulleyJoint = 4,
e_mouseJoint = 5,
e_gearJoint = 6,
e_wheelJoint = 7,
e_weldJoint = 8,
e_frictionJoint = 9,
e_ropeJoint = 10,
e_motorJoint = 11,
}Variants§
e_unknownJoint = 0
e_revoluteJoint = 1
e_prismaticJoint = 2
e_distanceJoint = 3
e_pulleyJoint = 4
e_mouseJoint = 5
e_gearJoint = 6
e_wheelJoint = 7
e_weldJoint = 8
e_frictionJoint = 9
e_ropeJoint = 10
e_motorJoint = 11
Trait Implementations§
Source§impl Clone for b2JointType
impl Clone for b2JointType
Source§fn clone(&self) -> b2JointType
fn clone(&self) -> b2JointType
Returns a duplicate 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 b2JointType
impl ExternType for b2JointType
Source§impl Hash for b2JointType
impl Hash for b2JointType
Source§impl PartialEq for b2JointType
impl PartialEq for b2JointType
impl Eq for b2JointType
impl StructuralPartialEq for b2JointType
impl UniquePtrTarget for b2JointType
impl VectorElement for b2JointType
impl WeakPtrTarget for b2JointType
Auto Trait Implementations§
impl Freeze for b2JointType
impl RefUnwindSafe for b2JointType
impl Send for b2JointType
impl Sync for b2JointType
impl Unpin for b2JointType
impl UnwindSafe for b2JointType
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