Enum gdnative_physics::Physics2DServerShapeType [−][src]
#[repr(u32)]pub enum Physics2DServerShapeType { ShapeLine, ShapeRay, ShapeSegment, ShapeCircle, ShapeRectangle, ShapeCapsule, ShapeConvexPolygon, ShapeConcavePolygon, ShapeCustom, }
Variants
ShapeLineShapeRayShapeSegmentShapeCircleShapeRectangleShapeCapsuleShapeConvexPolygonShapeConcavePolygonShapeCustom
Trait Implementations
impl Copy for Physics2DServerShapeType[src]
impl Copy for Physics2DServerShapeTypeimpl Clone for Physics2DServerShapeType[src]
impl Clone for Physics2DServerShapeTypefn clone(&self) -> Physics2DServerShapeType[src]
fn clone(&self) -> Physics2DServerShapeTypeReturns 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 Physics2DServerShapeType[src]
impl Debug for Physics2DServerShapeTypefn 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 Physics2DServerShapeType[src]
impl PartialEq for Physics2DServerShapeTypefn eq(&self, other: &Physics2DServerShapeType) -> bool[src]
fn eq(&self, other: &Physics2DServerShapeType) -> 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 Physics2DServerShapeType[src]
impl Eq for Physics2DServerShapeTypeimpl Hash for Physics2DServerShapeType[src]
impl Hash for Physics2DServerShapeTypeAuto Trait Implementations
impl Send for Physics2DServerShapeType
impl Send for Physics2DServerShapeTypeimpl Sync for Physics2DServerShapeType
impl Sync for Physics2DServerShapeType