#[repr(u32)]pub enum VisualScriptFunctionCallCallMode {
ModeSelf = 0,
ModeNodePath = 1,
ModeInstance = 2,
ModeBasicType = 3,
ModeSingleton = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualScriptFunctionCallCallMode
impl Clone for VisualScriptFunctionCallCallMode
Source§fn clone(&self) -> VisualScriptFunctionCallCallMode
fn clone(&self) -> VisualScriptFunctionCallCallMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for VisualScriptFunctionCallCallMode
impl PartialEq for VisualScriptFunctionCallCallMode
Source§fn eq(&self, other: &VisualScriptFunctionCallCallMode) -> bool
fn eq(&self, other: &VisualScriptFunctionCallCallMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualScriptFunctionCallCallMode
impl Eq for VisualScriptFunctionCallCallMode
impl StructuralPartialEq for VisualScriptFunctionCallCallMode
Auto Trait Implementations§
impl Freeze for VisualScriptFunctionCallCallMode
impl RefUnwindSafe for VisualScriptFunctionCallCallMode
impl Send for VisualScriptFunctionCallCallMode
impl Sync for VisualScriptFunctionCallCallMode
impl Unpin for VisualScriptFunctionCallCallMode
impl UnwindSafe for VisualScriptFunctionCallCallMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more