#[repr(u32)]pub enum PhysicsServerJointType {
JointPin = 0,
JointHinge = 1,
JointSlider = 2,
JointConeTwist = 3,
Joint6dof = 4,
}Variants§
Trait Implementations§
Source§impl Clone for PhysicsServerJointType
impl Clone for PhysicsServerJointType
Source§fn clone(&self) -> PhysicsServerJointType
fn clone(&self) -> PhysicsServerJointType
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 PhysicsServerJointType
impl Debug for PhysicsServerJointType
Source§impl Hash for PhysicsServerJointType
impl Hash for PhysicsServerJointType
Source§impl PartialEq for PhysicsServerJointType
impl PartialEq for PhysicsServerJointType
impl Copy for PhysicsServerJointType
impl Eq for PhysicsServerJointType
impl StructuralPartialEq for PhysicsServerJointType
Auto Trait Implementations§
impl Freeze for PhysicsServerJointType
impl RefUnwindSafe for PhysicsServerJointType
impl Send for PhysicsServerJointType
impl Sync for PhysicsServerJointType
impl Unpin for PhysicsServerJointType
impl UnwindSafe for PhysicsServerJointType
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