#[repr(transparent)]pub struct TKSmartCardPINCharset(pub NSInteger);Available on crate feature
TKSmartCard only.Expand description
Enumerates all possible PIN character sets.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl TKSmartCardPINCharset
impl TKSmartCardPINCharset
Sourcepub const Alphanumeric: Self
pub const Alphanumeric: Self
PIN can be composed of digits and letters.
Sourcepub const UpperAlphanumeric: Self
pub const UpperAlphanumeric: Self
PIN can be composed of digits and uppercase letters.
Trait Implementations§
Source§impl Clone for TKSmartCardPINCharset
impl Clone for TKSmartCardPINCharset
Source§fn clone(&self) -> TKSmartCardPINCharset
fn clone(&self) -> TKSmartCardPINCharset
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 TKSmartCardPINCharset
impl Debug for TKSmartCardPINCharset
Source§impl Encode for TKSmartCardPINCharset
impl Encode for TKSmartCardPINCharset
Source§impl Hash for TKSmartCardPINCharset
impl Hash for TKSmartCardPINCharset
Source§impl Ord for TKSmartCardPINCharset
impl Ord for TKSmartCardPINCharset
Source§fn cmp(&self, other: &TKSmartCardPINCharset) -> Ordering
fn cmp(&self, other: &TKSmartCardPINCharset) -> 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 TKSmartCardPINCharset
impl PartialEq for TKSmartCardPINCharset
Source§impl PartialOrd for TKSmartCardPINCharset
impl PartialOrd for TKSmartCardPINCharset
Source§impl RefEncode for TKSmartCardPINCharset
impl RefEncode for TKSmartCardPINCharset
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 TKSmartCardPINCharset
impl Eq for TKSmartCardPINCharset
impl StructuralPartialEq for TKSmartCardPINCharset
Auto Trait Implementations§
impl Freeze for TKSmartCardPINCharset
impl RefUnwindSafe for TKSmartCardPINCharset
impl Send for TKSmartCardPINCharset
impl Sync for TKSmartCardPINCharset
impl Unpin for TKSmartCardPINCharset
impl UnwindSafe for TKSmartCardPINCharset
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.