Enum gdnative_physics::PhysicsServerJointType [−][src]
#[repr(u32)]pub enum PhysicsServerJointType { JointPin, JointHinge, JointSlider, JointConeTwist, Joint6dof, }
Variants
JointPinJointHingeJointSliderJointConeTwistJoint6dof
Trait Implementations
impl Copy for PhysicsServerJointType[src]
impl Copy for PhysicsServerJointTypeimpl Clone for PhysicsServerJointType[src]
impl Clone for PhysicsServerJointTypefn clone(&self) -> PhysicsServerJointType[src]
fn clone(&self) -> PhysicsServerJointTypeReturns 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 PhysicsServerJointType[src]
impl Debug for PhysicsServerJointTypefn 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 PhysicsServerJointType[src]
impl PartialEq for PhysicsServerJointTypefn eq(&self, other: &PhysicsServerJointType) -> bool[src]
fn eq(&self, other: &PhysicsServerJointType) -> 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 PhysicsServerJointType[src]
impl Eq for PhysicsServerJointTypeimpl Hash for PhysicsServerJointType[src]
impl Hash for PhysicsServerJointTypeAuto Trait Implementations
impl Send for PhysicsServerJointType
impl Send for PhysicsServerJointTypeimpl Sync for PhysicsServerJointType
impl Sync for PhysicsServerJointType