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