Enum gdnative_common::CameraDopplerTracking [−][src]
#[repr(u32)]pub enum CameraDopplerTracking { Disabled, IdleStep, PhysicsStep, }
Variants
DisabledIdleStepPhysicsStep
Trait Implementations
impl Copy for CameraDopplerTracking[src]
impl Copy for CameraDopplerTrackingimpl Clone for CameraDopplerTracking[src]
impl Clone for CameraDopplerTrackingfn clone(&self) -> CameraDopplerTracking[src]
fn clone(&self) -> CameraDopplerTrackingReturns 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 CameraDopplerTracking[src]
impl Debug for CameraDopplerTrackingfn 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 CameraDopplerTracking[src]
impl PartialEq for CameraDopplerTrackingfn eq(&self, other: &CameraDopplerTracking) -> bool[src]
fn eq(&self, other: &CameraDopplerTracking) -> 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 CameraDopplerTracking[src]
impl Eq for CameraDopplerTrackingimpl Hash for CameraDopplerTracking[src]
impl Hash for CameraDopplerTrackingAuto Trait Implementations
impl Send for CameraDopplerTracking
impl Send for CameraDopplerTrackingimpl Sync for CameraDopplerTracking
impl Sync for CameraDopplerTracking