#[repr(transparent)]pub struct ARGeometryPrimitiveType(pub NSInteger);Available on crate features
ARMeshGeometry and objc2 only.Expand description
The primitive that defines how vertices are connected.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for ARGeometryPrimitiveType
impl Clone for ARGeometryPrimitiveType
Source§fn clone(&self) -> ARGeometryPrimitiveType
fn clone(&self) -> ARGeometryPrimitiveType
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 ARGeometryPrimitiveType
impl Debug for ARGeometryPrimitiveType
Source§impl Encode for ARGeometryPrimitiveType
impl Encode for ARGeometryPrimitiveType
Source§impl Hash for ARGeometryPrimitiveType
impl Hash for ARGeometryPrimitiveType
Source§impl Ord for ARGeometryPrimitiveType
impl Ord for ARGeometryPrimitiveType
Source§fn cmp(&self, other: &ARGeometryPrimitiveType) -> Ordering
fn cmp(&self, other: &ARGeometryPrimitiveType) -> 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 ARGeometryPrimitiveType
impl PartialEq for ARGeometryPrimitiveType
Source§impl PartialOrd for ARGeometryPrimitiveType
impl PartialOrd for ARGeometryPrimitiveType
Source§impl RefEncode for ARGeometryPrimitiveType
impl RefEncode for ARGeometryPrimitiveType
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 ARGeometryPrimitiveType
impl Eq for ARGeometryPrimitiveType
impl StructuralPartialEq for ARGeometryPrimitiveType
Auto Trait Implementations§
impl Freeze for ARGeometryPrimitiveType
impl RefUnwindSafe for ARGeometryPrimitiveType
impl Send for ARGeometryPrimitiveType
impl Sync for ARGeometryPrimitiveType
impl Unpin for ARGeometryPrimitiveType
impl UnwindSafe for ARGeometryPrimitiveType
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.