Enum gdnative_physics::PhysicsServerHingeJointParam [−][src]
#[repr(u32)]pub enum PhysicsServerHingeJointParam { HingeJointBias, HingeJointLimitUpper, HingeJointLimitLower, HingeJointLimitBias, HingeJointLimitSoftness, HingeJointLimitRelaxation, HingeJointMotorTargetVelocity, HingeJointMotorMaxImpulse, }
Variants
HingeJointBiasHingeJointLimitUpperHingeJointLimitLowerHingeJointLimitBiasHingeJointLimitSoftnessHingeJointLimitRelaxationHingeJointMotorTargetVelocityHingeJointMotorMaxImpulse
Trait Implementations
impl Copy for PhysicsServerHingeJointParam[src]
impl Copy for PhysicsServerHingeJointParamimpl Clone for PhysicsServerHingeJointParam[src]
impl Clone for PhysicsServerHingeJointParamfn clone(&self) -> PhysicsServerHingeJointParam[src]
fn clone(&self) -> PhysicsServerHingeJointParamReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PhysicsServerHingeJointParam[src]
impl Debug for PhysicsServerHingeJointParamfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PhysicsServerHingeJointParam[src]
impl PartialEq for PhysicsServerHingeJointParamfn eq(&self, other: &PhysicsServerHingeJointParam) -> bool[src]
fn eq(&self, other: &PhysicsServerHingeJointParam) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for PhysicsServerHingeJointParam[src]
impl Eq for PhysicsServerHingeJointParamimpl Hash for PhysicsServerHingeJointParam[src]
impl Hash for PhysicsServerHingeJointParamAuto Trait Implementations
impl Send for PhysicsServerHingeJointParam
impl Send for PhysicsServerHingeJointParamimpl Sync for PhysicsServerHingeJointParam
impl Sync for PhysicsServerHingeJointParam