#[repr(transparent)]pub struct MPSAccelerationStructureStatus(pub NSUInteger);👎Deprecated
Available on crate feature
MPSAccelerationStructure only.Expand description
Possible values of the acceleration structure status property
See also Apple’s documentation
Tuple Fields§
§0: NSUInteger👎Deprecated
Implementations§
Trait Implementations§
Source§impl Clone for MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl Clone for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Source§fn clone(&self) -> MPSAccelerationStructureStatus
fn clone(&self) -> MPSAccelerationStructureStatus
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 MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl Debug for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Source§impl Encode for MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl Encode for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Source§impl Hash for MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl Hash for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Source§impl Ord for MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl Ord for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Source§fn cmp(&self, other: &MPSAccelerationStructureStatus) -> Ordering
fn cmp(&self, other: &MPSAccelerationStructureStatus) -> 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 MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl PartialEq for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Source§fn eq(&self, other: &MPSAccelerationStructureStatus) -> bool
fn eq(&self, other: &MPSAccelerationStructureStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl PartialOrd for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Source§impl RefEncode for MPSAccelerationStructureStatus
Available on crate feature MPSRayIntersector only.
impl RefEncode for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.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 MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.impl Eq for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.impl StructuralPartialEq for MPSAccelerationStructureStatus
Available on crate feature
MPSRayIntersector only.Auto Trait Implementations§
impl Freeze for MPSAccelerationStructureStatus
impl RefUnwindSafe for MPSAccelerationStructureStatus
impl Send for MPSAccelerationStructureStatus
impl Sync for MPSAccelerationStructureStatus
impl Unpin for MPSAccelerationStructureStatus
impl UnwindSafe for MPSAccelerationStructureStatus
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.