#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhysicalBoneJointType
impl Debug for PhysicalBoneJointType
Source§impl Hash for PhysicalBoneJointType
impl Hash for PhysicalBoneJointType
Source§impl PartialEq for PhysicalBoneJointType
impl PartialEq for PhysicalBoneJointType
impl Copy for PhysicalBoneJointType
impl Eq for PhysicalBoneJointType
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 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