#[repr(transparent)]pub struct NFCVASErrorCode(pub NSInteger);
Expand description
Response APDU status word.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NFCVASErrorCode
impl NFCVASErrorCode
pub const Success: Self
pub const DataNotFound: Self
pub const DataNotActivated: Self
pub const WrongParameters: Self
pub const WrongLCField: Self
pub const UserIntervention: Self
pub const IncorrectData: Self
pub const UnsupportedApplicationVersion: Self
pub const VASErrorCodeSuccess: Self
👎Deprecated
pub const VASErrorCodeDataNotFound: Self
👎Deprecated
pub const VASErrorCodeDataNotActivated: Self
👎Deprecated
pub const VASErrorCodeWrongParameters: Self
👎Deprecated
pub const VASErrorCodeWrongLCField: Self
👎Deprecated
pub const VASErrorCodeUserIntervention: Self
👎Deprecated
pub const VASErrorCodeIncorrectData: Self
👎Deprecated
pub const VASErrorCodeUnsupportedApplicationVersion: Self
👎Deprecated
Trait Implementations§
Source§impl Clone for NFCVASErrorCode
impl Clone for NFCVASErrorCode
Source§fn clone(&self) -> NFCVASErrorCode
fn clone(&self) -> NFCVASErrorCode
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 NFCVASErrorCode
impl Debug for NFCVASErrorCode
Source§impl Encode for NFCVASErrorCode
impl Encode for NFCVASErrorCode
Source§impl Hash for NFCVASErrorCode
impl Hash for NFCVASErrorCode
Source§impl Ord for NFCVASErrorCode
impl Ord for NFCVASErrorCode
Source§fn cmp(&self, other: &NFCVASErrorCode) -> Ordering
fn cmp(&self, other: &NFCVASErrorCode) -> 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 NFCVASErrorCode
impl PartialEq for NFCVASErrorCode
Source§impl PartialOrd for NFCVASErrorCode
impl PartialOrd for NFCVASErrorCode
Source§impl RefEncode for NFCVASErrorCode
impl RefEncode for NFCVASErrorCode
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 NFCVASErrorCode
impl Eq for NFCVASErrorCode
impl StructuralPartialEq for NFCVASErrorCode
Auto Trait Implementations§
impl Freeze for NFCVASErrorCode
impl RefUnwindSafe for NFCVASErrorCode
impl Send for NFCVASErrorCode
impl Sync for NFCVASErrorCode
impl Unpin for NFCVASErrorCode
impl UnwindSafe for NFCVASErrorCode
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.