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