#[repr(transparent)]pub struct ARWorldMappingStatus(pub NSInteger);Available on crate features
ARFrame and objc2 only.Expand description
A value describing the world mapping status for the area visible in a given frame.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl ARWorldMappingStatus
impl ARWorldMappingStatus
Sourcepub const NotAvailable: Self
pub const NotAvailable: Self
World mapping is not available.
Sourcepub const Limited: Self
pub const Limited: Self
World mapping is available but has limited features. For the device’s current position, the session’s world map is not recommended for relocalization.
Trait Implementations§
Source§impl Clone for ARWorldMappingStatus
impl Clone for ARWorldMappingStatus
Source§fn clone(&self) -> ARWorldMappingStatus
fn clone(&self) -> ARWorldMappingStatus
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 ARWorldMappingStatus
impl Debug for ARWorldMappingStatus
Source§impl Encode for ARWorldMappingStatus
impl Encode for ARWorldMappingStatus
Source§impl Hash for ARWorldMappingStatus
impl Hash for ARWorldMappingStatus
Source§impl Ord for ARWorldMappingStatus
impl Ord for ARWorldMappingStatus
Source§fn cmp(&self, other: &ARWorldMappingStatus) -> Ordering
fn cmp(&self, other: &ARWorldMappingStatus) -> 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 ARWorldMappingStatus
impl PartialEq for ARWorldMappingStatus
Source§impl PartialOrd for ARWorldMappingStatus
impl PartialOrd for ARWorldMappingStatus
Source§impl RefEncode for ARWorldMappingStatus
impl RefEncode for ARWorldMappingStatus
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 ARWorldMappingStatus
impl Eq for ARWorldMappingStatus
impl StructuralPartialEq for ARWorldMappingStatus
Auto Trait Implementations§
impl Freeze for ARWorldMappingStatus
impl RefUnwindSafe for ARWorldMappingStatus
impl Send for ARWorldMappingStatus
impl Sync for ARWorldMappingStatus
impl Unpin for ARWorldMappingStatus
impl UnwindSafe for ARWorldMappingStatus
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.