Enum gdnative_physics::PhysicsServerProcessInfo [−][src]
#[repr(u32)]pub enum PhysicsServerProcessInfo { InfoActiveObjects, InfoCollisionPairs, InfoIslandCount, }
Variants
InfoActiveObjectsInfoCollisionPairsInfoIslandCount
Trait Implementations
impl Copy for PhysicsServerProcessInfo[src]
impl Copy for PhysicsServerProcessInfoimpl Clone for PhysicsServerProcessInfo[src]
impl Clone for PhysicsServerProcessInfofn clone(&self) -> PhysicsServerProcessInfo[src]
fn clone(&self) -> PhysicsServerProcessInfoReturns 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 PhysicsServerProcessInfo[src]
impl Debug for PhysicsServerProcessInfofn 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 PhysicsServerProcessInfo[src]
impl PartialEq for PhysicsServerProcessInfofn eq(&self, other: &PhysicsServerProcessInfo) -> bool[src]
fn eq(&self, other: &PhysicsServerProcessInfo) -> 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 PhysicsServerProcessInfo[src]
impl Eq for PhysicsServerProcessInfoimpl Hash for PhysicsServerProcessInfo[src]
impl Hash for PhysicsServerProcessInfoAuto Trait Implementations
impl Send for PhysicsServerProcessInfo
impl Send for PhysicsServerProcessInfoimpl Sync for PhysicsServerProcessInfo
impl Sync for PhysicsServerProcessInfo