#[repr(transparent)]pub struct SCNParticleSortingMode(pub NSInteger);Available on crate feature
SCNParticleSystem only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl SCNParticleSortingMode
impl SCNParticleSortingMode
pub const None: Self
pub const ProjectedDepth: Self
pub const Distance: Self
pub const OldestFirst: Self
pub const YoungestFirst: Self
Trait Implementations§
Source§impl Clone for SCNParticleSortingMode
impl Clone for SCNParticleSortingMode
Source§fn clone(&self) -> SCNParticleSortingMode
fn clone(&self) -> SCNParticleSortingMode
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 Debug for SCNParticleSortingMode
impl Debug for SCNParticleSortingMode
Source§impl Encode for SCNParticleSortingMode
impl Encode for SCNParticleSortingMode
Source§impl Hash for SCNParticleSortingMode
impl Hash for SCNParticleSortingMode
Source§impl Ord for SCNParticleSortingMode
impl Ord for SCNParticleSortingMode
Source§fn cmp(&self, other: &SCNParticleSortingMode) -> Ordering
fn cmp(&self, other: &SCNParticleSortingMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SCNParticleSortingMode
impl PartialEq for SCNParticleSortingMode
Source§impl PartialOrd for SCNParticleSortingMode
impl PartialOrd for SCNParticleSortingMode
Source§impl RefEncode for SCNParticleSortingMode
impl RefEncode for SCNParticleSortingMode
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for SCNParticleSortingMode
impl Eq for SCNParticleSortingMode
impl StructuralPartialEq for SCNParticleSortingMode
Auto Trait Implementations§
impl Freeze for SCNParticleSortingMode
impl RefUnwindSafe for SCNParticleSortingMode
impl Send for SCNParticleSortingMode
impl Sync for SCNParticleSortingMode
impl Unpin for SCNParticleSortingMode
impl UnwindSafe for SCNParticleSortingMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.