#[repr(transparent)]pub struct ARGeoTrackingState(pub NSInteger);Available on crate features
ARGeoTrackingTypes and objc2 only.Expand description
A value describing geo tracking state.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl ARGeoTrackingState
impl ARGeoTrackingState
Sourcepub const NotAvailable: Self
pub const NotAvailable: Self
Geo tracking is not available.
Sourcepub const Initializing: Self
pub const Initializing: Self
Geo tracking is being initialized.
Sourcepub const Localizing: Self
pub const Localizing: Self
Geo tracking is attempting to localize against a Map.
Trait Implementations§
Source§impl Clone for ARGeoTrackingState
impl Clone for ARGeoTrackingState
Source§fn clone(&self) -> ARGeoTrackingState
fn clone(&self) -> ARGeoTrackingState
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 ARGeoTrackingState
impl Debug for ARGeoTrackingState
Source§impl Encode for ARGeoTrackingState
impl Encode for ARGeoTrackingState
Source§impl Hash for ARGeoTrackingState
impl Hash for ARGeoTrackingState
Source§impl Ord for ARGeoTrackingState
impl Ord for ARGeoTrackingState
Source§fn cmp(&self, other: &ARGeoTrackingState) -> Ordering
fn cmp(&self, other: &ARGeoTrackingState) -> 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 ARGeoTrackingState
impl PartialEq for ARGeoTrackingState
Source§impl PartialOrd for ARGeoTrackingState
impl PartialOrd for ARGeoTrackingState
Source§impl RefEncode for ARGeoTrackingState
impl RefEncode for ARGeoTrackingState
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 ARGeoTrackingState
impl Eq for ARGeoTrackingState
impl StructuralPartialEq for ARGeoTrackingState
Auto Trait Implementations§
impl Freeze for ARGeoTrackingState
impl RefUnwindSafe for ARGeoTrackingState
impl Send for ARGeoTrackingState
impl Sync for ARGeoTrackingState
impl Unpin for ARGeoTrackingState
impl UnwindSafe for ARGeoTrackingState
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.