Enum gdnative_physics::PhysicsServerShapeType [−][src]
#[repr(u32)]pub enum PhysicsServerShapeType { ShapePlane, ShapeRay, ShapeSphere, ShapeBox, ShapeCapsule, ShapeCylinder, ShapeConvexPolygon, ShapeConcavePolygon, ShapeHeightmap, ShapeCustom, }
Variants
ShapePlaneShapeRayShapeSphereShapeBoxShapeCapsuleShapeCylinderShapeConvexPolygonShapeConcavePolygonShapeHeightmapShapeCustom
Trait Implementations
impl Copy for PhysicsServerShapeType[src]
impl Copy for PhysicsServerShapeTypeimpl Clone for PhysicsServerShapeType[src]
impl Clone for PhysicsServerShapeTypefn clone(&self) -> PhysicsServerShapeType[src]
fn clone(&self) -> PhysicsServerShapeTypeReturns 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 PhysicsServerShapeType[src]
impl Debug for PhysicsServerShapeTypefn 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 PhysicsServerShapeType[src]
impl PartialEq for PhysicsServerShapeTypefn eq(&self, other: &PhysicsServerShapeType) -> bool[src]
fn eq(&self, other: &PhysicsServerShapeType) -> 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 PhysicsServerShapeType[src]
impl Eq for PhysicsServerShapeTypeimpl Hash for PhysicsServerShapeType[src]
impl Hash for PhysicsServerShapeTypeAuto Trait Implementations
impl Send for PhysicsServerShapeType
impl Send for PhysicsServerShapeTypeimpl Sync for PhysicsServerShapeType
impl Sync for PhysicsServerShapeType