Enum gdnative_visual_script::VisualScriptPropertySetCallMode [−][src]
#[repr(u32)]pub enum VisualScriptPropertySetCallMode { ModeSelf, ModeNodePath, ModeInstance, ModeBasicType, }
Variants
ModeSelfModeNodePathModeInstanceModeBasicType
                Trait Implementations
impl Copy for VisualScriptPropertySetCallMode[src] 
impl Copy for VisualScriptPropertySetCallModeimpl Clone for VisualScriptPropertySetCallMode[src] 
impl Clone for VisualScriptPropertySetCallModefn clone(&self) -> VisualScriptPropertySetCallMode[src] 
fn clone(&self) -> VisualScriptPropertySetCallModeReturns 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 VisualScriptPropertySetCallMode[src] 
impl Debug for VisualScriptPropertySetCallModefn 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 VisualScriptPropertySetCallMode[src] 
impl PartialEq for VisualScriptPropertySetCallModefn eq(&self, other: &VisualScriptPropertySetCallMode) -> bool[src] 
fn eq(&self, other: &VisualScriptPropertySetCallMode) -> 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 VisualScriptPropertySetCallMode[src] 
impl Eq for VisualScriptPropertySetCallModeimpl Hash for VisualScriptPropertySetCallMode[src] 
impl Hash for VisualScriptPropertySetCallModeAuto Trait Implementations
impl Send for VisualScriptPropertySetCallMode
impl Send for VisualScriptPropertySetCallModeimpl Sync for VisualScriptPropertySetCallMode
impl Sync for VisualScriptPropertySetCallMode