Enum gdnative_physics::HingeJointFlag [−][src]
#[repr(u32)]pub enum HingeJointFlag { UseLimit, EnableMotor, Max, }
Variants
UseLimitEnableMotorMax
Trait Implementations
impl Copy for HingeJointFlag[src]
impl Copy for HingeJointFlagimpl Clone for HingeJointFlag[src]
impl Clone for HingeJointFlagfn clone(&self) -> HingeJointFlag[src]
fn clone(&self) -> HingeJointFlagReturns 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 HingeJointFlag[src]
impl Debug for HingeJointFlagfn 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 HingeJointFlag[src]
impl PartialEq for HingeJointFlagfn eq(&self, other: &HingeJointFlag) -> bool[src]
fn eq(&self, other: &HingeJointFlag) -> 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 HingeJointFlag[src]
impl Eq for HingeJointFlagimpl Hash for HingeJointFlag[src]
impl Hash for HingeJointFlagAuto Trait Implementations
impl Send for HingeJointFlag
impl Send for HingeJointFlagimpl Sync for HingeJointFlag
impl Sync for HingeJointFlag