#[repr(transparent)]pub struct CLAuthorizationStatus(pub c_int);
Available on crate feature
CLLocationManager
only.Expand description
Tuple Fields§
§0: c_int
Implementations§
Source§impl CLAuthorizationStatus
impl CLAuthorizationStatus
pub const NotDetermined: Self
pub const Restricted: Self
pub const Denied: Self
pub const AuthorizedAlways: Self
pub const AuthorizedWhenInUse: Self
pub const Authorized: Self
👎Deprecated: Use kCLAuthorizationStatusAuthorizedAlways
Trait Implementations§
Source§impl Clone for CLAuthorizationStatus
impl Clone for CLAuthorizationStatus
Source§fn clone(&self) -> CLAuthorizationStatus
fn clone(&self) -> CLAuthorizationStatus
Returns a copy 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 CLAuthorizationStatus
impl Debug for CLAuthorizationStatus
Source§impl Encode for CLAuthorizationStatus
impl Encode for CLAuthorizationStatus
Source§impl Hash for CLAuthorizationStatus
impl Hash for CLAuthorizationStatus
Source§impl Ord for CLAuthorizationStatus
impl Ord for CLAuthorizationStatus
Source§fn cmp(&self, other: &CLAuthorizationStatus) -> Ordering
fn cmp(&self, other: &CLAuthorizationStatus) -> 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 CLAuthorizationStatus
impl PartialEq for CLAuthorizationStatus
Source§impl PartialOrd for CLAuthorizationStatus
impl PartialOrd for CLAuthorizationStatus
Source§impl RefEncode for CLAuthorizationStatus
impl RefEncode for CLAuthorizationStatus
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 CLAuthorizationStatus
impl Eq for CLAuthorizationStatus
impl StructuralPartialEq for CLAuthorizationStatus
Auto Trait Implementations§
impl Freeze for CLAuthorizationStatus
impl RefUnwindSafe for CLAuthorizationStatus
impl Send for CLAuthorizationStatus
impl Sync for CLAuthorizationStatus
impl Unpin for CLAuthorizationStatus
impl UnwindSafe for CLAuthorizationStatus
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.