Enum gdnative_physics::SliderJointParam[][src]

#[repr(u32)]
pub enum SliderJointParam { LinearLimitUpper, LinearLimitLower, LinearLimitSoftness, LinearLimitRestitution, LinearLimitDamping, LinearMotionSoftness, LinearMotionRestitution, LinearMotionDamping, LinearOrthogonalSoftness, LinearOrthogonalRestitution, LinearOrthogonalDamping, AngularLimitUpper, AngularLimitLower, AngularLimitSoftness, AngularLimitRestitution, AngularLimitDamping, AngularMotionSoftness, AngularMotionRestitution, AngularMotionDamping, AngularOrthogonalSoftness, AngularOrthogonalRestitution, AngularOrthogonalDamping, Max, }

Variants

Trait Implementations

impl Copy for SliderJointParam
[src]

impl Clone for SliderJointParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SliderJointParam
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SliderJointParam
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SliderJointParam
[src]

impl Hash for SliderJointParam
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations