#[repr(u32)]pub enum SceneTreeGroupCallFlags {
GroupCallDefault = 0,
GroupCallReverse = 1,
GroupCallRealtime = 2,
GroupCallUnique = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for SceneTreeGroupCallFlags
impl Clone for SceneTreeGroupCallFlags
Source§fn clone(&self) -> SceneTreeGroupCallFlags
fn clone(&self) -> SceneTreeGroupCallFlags
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 Debug for SceneTreeGroupCallFlags
impl Debug for SceneTreeGroupCallFlags
Source§impl Hash for SceneTreeGroupCallFlags
impl Hash for SceneTreeGroupCallFlags
Source§impl PartialEq for SceneTreeGroupCallFlags
impl PartialEq for SceneTreeGroupCallFlags
impl Copy for SceneTreeGroupCallFlags
impl Eq for SceneTreeGroupCallFlags
impl StructuralPartialEq for SceneTreeGroupCallFlags
Auto Trait Implementations§
impl Freeze for SceneTreeGroupCallFlags
impl RefUnwindSafe for SceneTreeGroupCallFlags
impl Send for SceneTreeGroupCallFlags
impl Sync for SceneTreeGroupCallFlags
impl Unpin for SceneTreeGroupCallFlags
impl UnwindSafe for SceneTreeGroupCallFlags
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