Enum gdnative_physics::PhysicsServerBodyAxis [−][src]
#[repr(u32)]pub enum PhysicsServerBodyAxis { LinearX, LinearY, LinearZ, AngularX, AngularY, AngularZ, }
Variants
LinearXLinearYLinearZAngularXAngularYAngularZ
Trait Implementations
impl Copy for PhysicsServerBodyAxis[src]
impl Copy for PhysicsServerBodyAxisimpl Clone for PhysicsServerBodyAxis[src]
impl Clone for PhysicsServerBodyAxisfn clone(&self) -> PhysicsServerBodyAxis[src]
fn clone(&self) -> PhysicsServerBodyAxisReturns 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 PhysicsServerBodyAxis[src]
impl Debug for PhysicsServerBodyAxisfn 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 PhysicsServerBodyAxis[src]
impl PartialEq for PhysicsServerBodyAxisfn eq(&self, other: &PhysicsServerBodyAxis) -> bool[src]
fn eq(&self, other: &PhysicsServerBodyAxis) -> 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 PhysicsServerBodyAxis[src]
impl Eq for PhysicsServerBodyAxisimpl Hash for PhysicsServerBodyAxis[src]
impl Hash for PhysicsServerBodyAxisAuto Trait Implementations
impl Send for PhysicsServerBodyAxis
impl Send for PhysicsServerBodyAxisimpl Sync for PhysicsServerBodyAxis
impl Sync for PhysicsServerBodyAxis