Enum gdnative_physics::Physics2DServerJointParam [−][src]
#[repr(u32)]pub enum Physics2DServerJointParam { Bias, MaxBias, MaxForce, }
Variants
BiasMaxBiasMaxForce
Trait Implementations
impl Copy for Physics2DServerJointParam[src]
impl Copy for Physics2DServerJointParamimpl Clone for Physics2DServerJointParam[src]
impl Clone for Physics2DServerJointParamfn clone(&self) -> Physics2DServerJointParam[src]
fn clone(&self) -> Physics2DServerJointParamReturns 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 Physics2DServerJointParam[src]
impl Debug for Physics2DServerJointParamfn 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 Physics2DServerJointParam[src]
impl PartialEq for Physics2DServerJointParamfn eq(&self, other: &Physics2DServerJointParam) -> bool[src]
fn eq(&self, other: &Physics2DServerJointParam) -> 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 Physics2DServerJointParam[src]
impl Eq for Physics2DServerJointParamimpl Hash for Physics2DServerJointParam[src]
impl Hash for Physics2DServerJointParamAuto Trait Implementations
impl Send for Physics2DServerJointParam
impl Send for Physics2DServerJointParamimpl Sync for Physics2DServerJointParam
impl Sync for Physics2DServerJointParam