Enum gdnative_physics::PhysicsServerAreaBodyStatus [−][src]
#[repr(u32)]pub enum PhysicsServerAreaBodyStatus { AreaBodyAdded, AreaBodyRemoved, }
Variants
AreaBodyAddedAreaBodyRemoved
Trait Implementations
impl Copy for PhysicsServerAreaBodyStatus[src]
impl Copy for PhysicsServerAreaBodyStatusimpl Clone for PhysicsServerAreaBodyStatus[src]
impl Clone for PhysicsServerAreaBodyStatusfn clone(&self) -> PhysicsServerAreaBodyStatus[src]
fn clone(&self) -> PhysicsServerAreaBodyStatusReturns 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 PhysicsServerAreaBodyStatus[src]
impl Debug for PhysicsServerAreaBodyStatusfn 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 PhysicsServerAreaBodyStatus[src]
impl PartialEq for PhysicsServerAreaBodyStatusfn eq(&self, other: &PhysicsServerAreaBodyStatus) -> bool[src]
fn eq(&self, other: &PhysicsServerAreaBodyStatus) -> 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 PhysicsServerAreaBodyStatus[src]
impl Eq for PhysicsServerAreaBodyStatusimpl Hash for PhysicsServerAreaBodyStatus[src]
impl Hash for PhysicsServerAreaBodyStatusAuto Trait Implementations
impl Send for PhysicsServerAreaBodyStatus
impl Send for PhysicsServerAreaBodyStatusimpl Sync for PhysicsServerAreaBodyStatus
impl Sync for PhysicsServerAreaBodyStatus