Enum gdnative_physics::Physics2DServerDampedStringParam [−][src]
#[repr(u32)]pub enum Physics2DServerDampedStringParam { DampedStringRestLength, DampedStringStiffness, DampedStringDamping, }
Variants
DampedStringRestLengthDampedStringStiffnessDampedStringDamping
Trait Implementations
impl Copy for Physics2DServerDampedStringParam[src]
impl Copy for Physics2DServerDampedStringParamimpl Clone for Physics2DServerDampedStringParam[src]
impl Clone for Physics2DServerDampedStringParamfn clone(&self) -> Physics2DServerDampedStringParam[src]
fn clone(&self) -> Physics2DServerDampedStringParamReturns 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 Physics2DServerDampedStringParam[src]
impl Debug for Physics2DServerDampedStringParamfn 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 Physics2DServerDampedStringParam[src]
impl PartialEq for Physics2DServerDampedStringParamfn eq(&self, other: &Physics2DServerDampedStringParam) -> bool[src]
fn eq(&self, other: &Physics2DServerDampedStringParam) -> 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 Physics2DServerDampedStringParam[src]
impl Eq for Physics2DServerDampedStringParamimpl Hash for Physics2DServerDampedStringParam[src]
impl Hash for Physics2DServerDampedStringParamAuto Trait Implementations
impl Send for Physics2DServerDampedStringParam
impl Send for Physics2DServerDampedStringParamimpl Sync for Physics2DServerDampedStringParam
impl Sync for Physics2DServerDampedStringParam