Enum gdnative_physics::PhysicsServerBodyParameter [−][src]
#[repr(u32)]pub enum PhysicsServerBodyParameter { BodyParamBounce, BodyParamFriction, BodyParamMass, BodyParamGravityScale, BodyParamLinearDamp, BodyParamAngularDamp, BodyParamMax, }
Variants
BodyParamBounceBodyParamFrictionBodyParamMassBodyParamGravityScaleBodyParamLinearDampBodyParamAngularDampBodyParamMax
Trait Implementations
impl Copy for PhysicsServerBodyParameter[src]
impl Copy for PhysicsServerBodyParameterimpl Clone for PhysicsServerBodyParameter[src]
impl Clone for PhysicsServerBodyParameterfn clone(&self) -> PhysicsServerBodyParameter[src]
fn clone(&self) -> PhysicsServerBodyParameterReturns 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 PhysicsServerBodyParameter[src]
impl Debug for PhysicsServerBodyParameterfn 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 PhysicsServerBodyParameter[src]
impl PartialEq for PhysicsServerBodyParameterfn eq(&self, other: &PhysicsServerBodyParameter) -> bool[src]
fn eq(&self, other: &PhysicsServerBodyParameter) -> 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 PhysicsServerBodyParameter[src]
impl Eq for PhysicsServerBodyParameterimpl Hash for PhysicsServerBodyParameter[src]
impl Hash for PhysicsServerBodyParameterAuto Trait Implementations
impl Send for PhysicsServerBodyParameter
impl Send for PhysicsServerBodyParameterimpl Sync for PhysicsServerBodyParameter
impl Sync for PhysicsServerBodyParameter