Enum libliquidfun_sys::box2d::ffi::b2JointType
source · #[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 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 b2JointType
impl ExternType for b2JointType
source§impl Hash for b2JointType
impl Hash for b2JointType
source§impl PartialEq for b2JointType
impl PartialEq for b2JointType
source§fn eq(&self, other: &b2JointType) -> bool
fn eq(&self, other: &b2JointType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for b2JointType
impl StructuralEq for b2JointType
impl StructuralPartialEq for b2JointType
impl UniquePtrTarget for b2JointType
impl VectorElement for b2JointType
impl WeakPtrTarget for b2JointType
Auto Trait Implementations§
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