#[repr(u32)]pub enum PhysicsServerG6DOFJointAxisFlag {
G6dofJointFlagEnableLinearLimit = 0,
G6dofJointFlagEnableAngularLimit = 1,
G6dofJointFlagEnableMotor = 2,
G6dofJointFlagEnableLinearMotor = 3,
}Variants§
G6dofJointFlagEnableLinearLimit = 0
G6dofJointFlagEnableAngularLimit = 1
G6dofJointFlagEnableMotor = 2
G6dofJointFlagEnableLinearMotor = 3
Trait Implementations§
Source§impl Clone for PhysicsServerG6DOFJointAxisFlag
impl Clone for PhysicsServerG6DOFJointAxisFlag
Source§fn clone(&self) -> PhysicsServerG6DOFJointAxisFlag
fn clone(&self) -> PhysicsServerG6DOFJointAxisFlag
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 PartialEq for PhysicsServerG6DOFJointAxisFlag
impl PartialEq for PhysicsServerG6DOFJointAxisFlag
Source§fn eq(&self, other: &PhysicsServerG6DOFJointAxisFlag) -> bool
fn eq(&self, other: &PhysicsServerG6DOFJointAxisFlag) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicsServerG6DOFJointAxisFlag
impl Eq for PhysicsServerG6DOFJointAxisFlag
impl StructuralPartialEq for PhysicsServerG6DOFJointAxisFlag
Auto Trait Implementations§
impl Freeze for PhysicsServerG6DOFJointAxisFlag
impl RefUnwindSafe for PhysicsServerG6DOFJointAxisFlag
impl Send for PhysicsServerG6DOFJointAxisFlag
impl Sync for PhysicsServerG6DOFJointAxisFlag
impl Unpin for PhysicsServerG6DOFJointAxisFlag
impl UnwindSafe for PhysicsServerG6DOFJointAxisFlag
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