#[repr(u32)]pub enum PhysicalBoneJointType {
None = 0,
Pin = 1,
Cone = 2,
Hinge = 3,
Slider = 4,
JointType6dof = 5,
}Variants§
Trait Implementations§
Source§impl Clone for PhysicalBoneJointType
impl Clone for PhysicalBoneJointType
Source§fn clone(&self) -> PhysicalBoneJointType
fn clone(&self) -> PhysicalBoneJointType
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 Copy for PhysicalBoneJointType
Source§impl Debug for PhysicalBoneJointType
impl Debug for PhysicalBoneJointType
impl Eq for PhysicalBoneJointType
Source§impl Hash for PhysicalBoneJointType
impl Hash for PhysicalBoneJointType
Source§impl PartialEq for PhysicalBoneJointType
impl PartialEq for PhysicalBoneJointType
Source§fn eq(&self, other: &PhysicalBoneJointType) -> bool
fn eq(&self, other: &PhysicalBoneJointType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PhysicalBoneJointType
Auto Trait Implementations§
impl Freeze for PhysicalBoneJointType
impl RefUnwindSafe for PhysicalBoneJointType
impl Send for PhysicalBoneJointType
impl Sync for PhysicalBoneJointType
impl Unpin for PhysicalBoneJointType
impl UnsafeUnpin for PhysicalBoneJointType
impl UnwindSafe for PhysicalBoneJointType
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