#[repr(u32)]pub enum CPUParticlesDrawOrder {
Index = 0,
Lifetime = 1,
ViewDepth = 2,
}Variants§
Trait Implementations§
Source§impl Clone for CPUParticlesDrawOrder
impl Clone for CPUParticlesDrawOrder
Source§fn clone(&self) -> CPUParticlesDrawOrder
fn clone(&self) -> CPUParticlesDrawOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CPUParticlesDrawOrder
Source§impl Debug for CPUParticlesDrawOrder
impl Debug for CPUParticlesDrawOrder
impl Eq for CPUParticlesDrawOrder
Source§impl Hash for CPUParticlesDrawOrder
impl Hash for CPUParticlesDrawOrder
Source§impl PartialEq for CPUParticlesDrawOrder
impl PartialEq for CPUParticlesDrawOrder
Source§fn eq(&self, other: &CPUParticlesDrawOrder) -> bool
fn eq(&self, other: &CPUParticlesDrawOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CPUParticlesDrawOrder
Auto Trait Implementations§
impl Freeze for CPUParticlesDrawOrder
impl RefUnwindSafe for CPUParticlesDrawOrder
impl Send for CPUParticlesDrawOrder
impl Sync for CPUParticlesDrawOrder
impl Unpin for CPUParticlesDrawOrder
impl UnsafeUnpin for CPUParticlesDrawOrder
impl UnwindSafe for CPUParticlesDrawOrder
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