Enum gdnative_physics::Physics2DServerCCDMode [−][src]
#[repr(u32)]pub enum Physics2DServerCCDMode { ModeDisabled, ModeCastRay, ModeCastShape, }
Variants
ModeDisabledModeCastRayModeCastShape
Trait Implementations
impl Copy for Physics2DServerCCDMode[src]
impl Copy for Physics2DServerCCDModeimpl Clone for Physics2DServerCCDMode[src]
impl Clone for Physics2DServerCCDModefn clone(&self) -> Physics2DServerCCDMode[src]
fn clone(&self) -> Physics2DServerCCDModeReturns 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 Physics2DServerCCDMode[src]
impl Debug for Physics2DServerCCDModefn 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 Physics2DServerCCDMode[src]
impl PartialEq for Physics2DServerCCDModefn eq(&self, other: &Physics2DServerCCDMode) -> bool[src]
fn eq(&self, other: &Physics2DServerCCDMode) -> 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 Physics2DServerCCDMode[src]
impl Eq for Physics2DServerCCDModeimpl Hash for Physics2DServerCCDMode[src]
impl Hash for Physics2DServerCCDModeAuto Trait Implementations
impl Send for Physics2DServerCCDMode
impl Send for Physics2DServerCCDModeimpl Sync for Physics2DServerCCDMode
impl Sync for Physics2DServerCCDMode