Enum gdnative_physics::PhysicalBoneJointType [−][src]
#[repr(u32)]pub enum PhysicalBoneJointType { None, Pin, Cone, Hinge, Slider, JointType6dof, }
Variants
NonePinConeHingeSliderJointType6dof
Trait Implementations
impl Copy for PhysicalBoneJointType[src]
impl Copy for PhysicalBoneJointTypeimpl Clone for PhysicalBoneJointType[src]
impl Clone for PhysicalBoneJointTypefn clone(&self) -> PhysicalBoneJointType[src]
fn clone(&self) -> PhysicalBoneJointTypeReturns 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 PhysicalBoneJointType[src]
impl Debug for PhysicalBoneJointTypefn 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 PhysicalBoneJointType[src]
impl PartialEq for PhysicalBoneJointTypefn eq(&self, other: &PhysicalBoneJointType) -> bool[src]
fn eq(&self, other: &PhysicalBoneJointType) -> 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 PhysicalBoneJointType[src]
impl Eq for PhysicalBoneJointTypeimpl Hash for PhysicalBoneJointType[src]
impl Hash for PhysicalBoneJointTypeAuto Trait Implementations
impl Send for PhysicalBoneJointType
impl Send for PhysicalBoneJointTypeimpl Sync for PhysicalBoneJointType
impl Sync for PhysicalBoneJointType