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