#[repr(C)]pub struct ParticleSystemSortMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ParticleSystemSortMode
impl ParticleSystemSortMode
pub fn none() -> Self
pub fn distance() -> Self
pub fn oldest_in_front() -> Self
pub fn youngest_in_front() -> Self
pub fn depth() -> Self
Trait Implementations§
Source§impl Clone for ParticleSystemSortMode
impl Clone for ParticleSystemSortMode
Source§fn clone(&self) -> ParticleSystemSortMode
fn clone(&self) -> ParticleSystemSortMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParticleSystemSortMode
impl Debug for ParticleSystemSortMode
Source§impl PartialEq for ParticleSystemSortMode
impl PartialEq for ParticleSystemSortMode
impl Copy for ParticleSystemSortMode
impl Eq for ParticleSystemSortMode
impl StructuralPartialEq for ParticleSystemSortMode
Auto Trait Implementations§
impl Freeze for ParticleSystemSortMode
impl RefUnwindSafe for ParticleSystemSortMode
impl Send for ParticleSystemSortMode
impl Sync for ParticleSystemSortMode
impl Unpin for ParticleSystemSortMode
impl UnwindSafe for ParticleSystemSortMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)