Enum gdnative_common::NodePauseMode [−][src]
#[repr(u32)]pub enum NodePauseMode { ModeInherit, ModeStop, ModeProcess, }
Variants
ModeInheritModeStopModeProcess
Trait Implementations
impl Copy for NodePauseMode[src]
impl Copy for NodePauseModeimpl Clone for NodePauseMode[src]
impl Clone for NodePauseModefn clone(&self) -> NodePauseMode[src]
fn clone(&self) -> NodePauseModeReturns 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 NodePauseMode[src]
impl Debug for NodePauseModefn 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 NodePauseMode[src]
impl PartialEq for NodePauseModefn eq(&self, other: &NodePauseMode) -> bool[src]
fn eq(&self, other: &NodePauseMode) -> 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 NodePauseMode[src]
impl Eq for NodePauseModeimpl Hash for NodePauseMode[src]
impl Hash for NodePauseModeAuto Trait Implementations
impl Send for NodePauseMode
impl Send for NodePauseModeimpl Sync for NodePauseMode
impl Sync for NodePauseMode