#[repr(u32)]pub enum VisualScriptPropertyGetCallMode {
ModeSelf = 0,
ModeNodePath = 1,
ModeInstance = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualScriptPropertyGetCallMode
impl Clone for VisualScriptPropertyGetCallMode
Source§fn clone(&self) -> VisualScriptPropertyGetCallMode
fn clone(&self) -> VisualScriptPropertyGetCallMode
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 VisualScriptPropertyGetCallMode
impl PartialEq for VisualScriptPropertyGetCallMode
Source§fn eq(&self, other: &VisualScriptPropertyGetCallMode) -> bool
fn eq(&self, other: &VisualScriptPropertyGetCallMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualScriptPropertyGetCallMode
impl Eq for VisualScriptPropertyGetCallMode
impl StructuralPartialEq for VisualScriptPropertyGetCallMode
Auto Trait Implementations§
impl Freeze for VisualScriptPropertyGetCallMode
impl RefUnwindSafe for VisualScriptPropertyGetCallMode
impl Send for VisualScriptPropertyGetCallMode
impl Sync for VisualScriptPropertyGetCallMode
impl Unpin for VisualScriptPropertyGetCallMode
impl UnwindSafe for VisualScriptPropertyGetCallMode
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