#[repr(transparent)]pub struct LAAccessControlOperation(pub NSInteger);
Available on crate feature
LAContext
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl LAAccessControlOperation
impl LAAccessControlOperation
Sourcepub const CreateItem: Self
pub const CreateItem: Self
Access control will be used for item creation.
Sourcepub const UseKeySign: Self
pub const UseKeySign: Self
Access control will be used for sign operation with existing key.
Sourcepub const UseKeyDecrypt: Self
pub const UseKeyDecrypt: Self
Access control will be used for data decryption using existing key.
Sourcepub const UseKeyKeyExchange: Self
pub const UseKeyKeyExchange: Self
Access control will be used for key exchange.
Trait Implementations§
Source§impl Clone for LAAccessControlOperation
impl Clone for LAAccessControlOperation
Source§fn clone(&self) -> LAAccessControlOperation
fn clone(&self) -> LAAccessControlOperation
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 LAAccessControlOperation
impl Debug for LAAccessControlOperation
Source§impl Encode for LAAccessControlOperation
impl Encode for LAAccessControlOperation
Source§impl Hash for LAAccessControlOperation
impl Hash for LAAccessControlOperation
Source§impl Ord for LAAccessControlOperation
impl Ord for LAAccessControlOperation
Source§fn cmp(&self, other: &LAAccessControlOperation) -> Ordering
fn cmp(&self, other: &LAAccessControlOperation) -> 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 LAAccessControlOperation
impl PartialEq for LAAccessControlOperation
Source§impl PartialOrd for LAAccessControlOperation
impl PartialOrd for LAAccessControlOperation
Source§impl RefEncode for LAAccessControlOperation
impl RefEncode for LAAccessControlOperation
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 LAAccessControlOperation
impl Eq for LAAccessControlOperation
impl StructuralPartialEq for LAAccessControlOperation
Auto Trait Implementations§
impl Freeze for LAAccessControlOperation
impl RefUnwindSafe for LAAccessControlOperation
impl Send for LAAccessControlOperation
impl Sync for LAAccessControlOperation
impl Unpin for LAAccessControlOperation
impl UnwindSafe for LAAccessControlOperation
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.