#[repr(transparent)]pub struct es_tcc_authorization_right_t(pub u32);Available on macOS only.
Expand description
Represents the type of authorization permission an application has to a TCC Service.
Tuple Fields§
§0: u32Implementations§
pub const ES_TCC_AUTHORIZATION_RIGHT_DENIED: es_tcc_authorization_right_t
Available on crate feature
macos_15_4_0 only.pub const ES_TCC_AUTHORIZATION_RIGHT_UNKNOWN: es_tcc_authorization_right_t
Available on crate feature
macos_15_4_0 only.pub const ES_TCC_AUTHORIZATION_RIGHT_ALLOWED: es_tcc_authorization_right_t
Available on crate feature
macos_15_4_0 only.pub const ES_TCC_AUTHORIZATION_RIGHT_LIMITED: es_tcc_authorization_right_t
Available on crate feature
macos_15_4_0 only.pub const ES_TCC_AUTHORIZATION_RIGHT_ADD_MODIFY_ADDED: es_tcc_authorization_right_t
Available on crate feature
macos_15_4_0 only.pub const ES_TCC_AUTHORIZATION_RIGHT_SESSION_PID: es_tcc_authorization_right_t
Available on crate feature
macos_15_4_0 only.Sourcepub const ES_TCC_AUTHORIZATION_RIGHT_LEARN_MORE: es_tcc_authorization_right_t
Available on crate feature macos_15_4_0 only.
pub const ES_TCC_AUTHORIZATION_RIGHT_LEARN_MORE: es_tcc_authorization_right_t
macos_15_4_0 only.Last value for macOS 15.4.0
Trait Implementations§
Source§fn clone(&self) -> es_tcc_authorization_right_t
fn clone(&self) -> es_tcc_authorization_right_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn cmp(&self, other: &es_tcc_authorization_right_t) -> Ordering
fn cmp(&self, other: &es_tcc_authorization_right_t) -> Ordering
1.21.0 (const: unstable) · 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§fn eq(&self, other: &es_tcc_authorization_right_t) -> bool
fn eq(&self, other: &es_tcc_authorization_right_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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