Enum gdnative_visual_script::VisualScriptFunctionCallCallMode [−][src]
#[repr(u32)]pub enum VisualScriptFunctionCallCallMode { ModeSelf, ModeNodePath, ModeInstance, ModeBasicType, ModeSingleton, }
Variants
ModeSelf
ModeNodePath
ModeInstance
ModeBasicType
ModeSingleton
Trait Implementations
impl Copy for VisualScriptFunctionCallCallMode
[src]
impl Copy for VisualScriptFunctionCallCallMode
impl Clone for VisualScriptFunctionCallCallMode
[src]
impl Clone for VisualScriptFunctionCallCallMode
fn clone(&self) -> VisualScriptFunctionCallCallMode
[src]
fn clone(&self) -> VisualScriptFunctionCallCallMode
Returns 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 VisualScriptFunctionCallCallMode
[src]
impl Debug for VisualScriptFunctionCallCallMode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for VisualScriptFunctionCallCallMode
[src]
impl PartialEq for VisualScriptFunctionCallCallMode
fn eq(&self, other: &VisualScriptFunctionCallCallMode) -> bool
[src]
fn eq(&self, other: &VisualScriptFunctionCallCallMode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for VisualScriptFunctionCallCallMode
[src]
impl Eq for VisualScriptFunctionCallCallMode
impl Hash for VisualScriptFunctionCallCallMode
[src]
impl Hash for VisualScriptFunctionCallCallMode
Auto Trait Implementations
impl Send for VisualScriptFunctionCallCallMode
impl Send for VisualScriptFunctionCallCallMode
impl Sync for VisualScriptFunctionCallCallMode
impl Sync for VisualScriptFunctionCallCallMode