Enum gdnative_physics::Physics2DServerAreaParameter [−][src]
#[repr(u32)]pub enum Physics2DServerAreaParameter { AreaParamGravity, AreaParamGravityVector, AreaParamGravityIsPoint, AreaParamGravityDistanceScale, AreaParamGravityPointAttenuation, AreaParamLinearDamp, AreaParamAngularDamp, AreaParamPriority, }
Variants
AreaParamGravityAreaParamGravityVectorAreaParamGravityIsPointAreaParamGravityDistanceScaleAreaParamGravityPointAttenuationAreaParamLinearDampAreaParamAngularDampAreaParamPriority
Trait Implementations
impl Copy for Physics2DServerAreaParameter[src]
impl Copy for Physics2DServerAreaParameterimpl Clone for Physics2DServerAreaParameter[src]
impl Clone for Physics2DServerAreaParameterfn clone(&self) -> Physics2DServerAreaParameter[src]
fn clone(&self) -> Physics2DServerAreaParameterReturns 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 Physics2DServerAreaParameter[src]
impl Debug for Physics2DServerAreaParameterfn 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 Physics2DServerAreaParameter[src]
impl PartialEq for Physics2DServerAreaParameterfn eq(&self, other: &Physics2DServerAreaParameter) -> bool[src]
fn eq(&self, other: &Physics2DServerAreaParameter) -> 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 Physics2DServerAreaParameter[src]
impl Eq for Physics2DServerAreaParameterimpl Hash for Physics2DServerAreaParameter[src]
impl Hash for Physics2DServerAreaParameterAuto Trait Implementations
impl Send for Physics2DServerAreaParameter
impl Send for Physics2DServerAreaParameterimpl Sync for Physics2DServerAreaParameter
impl Sync for Physics2DServerAreaParameter