#[repr(transparent)]pub struct INVisualCodeType(pub NSInteger);
👎Deprecated: INVisualCodeType is deprecated. There is no replacement.
Available on crate feature
INVisualCodeType
only.Expand description
Tuple Fields§
§0: NSInteger
👎Deprecated: INVisualCodeType is deprecated. There is no replacement.
Implementations§
Source§impl INVisualCodeType
impl INVisualCodeType
pub const Unknown: Self
👎Deprecated: INVisualCodeType is deprecated. There is no replacement.
pub const Contact: Self
👎Deprecated: INVisualCodeType is deprecated. There is no replacement.
pub const RequestPayment: Self
👎Deprecated: INVisualCodeType is deprecated. There is no replacement.
pub const SendPayment: Self
👎Deprecated: INVisualCodeType is deprecated. There is no replacement.
pub const Transit: Self
pub const Bus: Self
pub const Subway: Self
Trait Implementations§
Source§impl Clone for INVisualCodeType
impl Clone for INVisualCodeType
Source§fn clone(&self) -> INVisualCodeType
fn clone(&self) -> INVisualCodeType
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 INVisualCodeType
impl Debug for INVisualCodeType
Source§impl Encode for INVisualCodeType
impl Encode for INVisualCodeType
Source§impl Hash for INVisualCodeType
impl Hash for INVisualCodeType
Source§impl Ord for INVisualCodeType
impl Ord for INVisualCodeType
Source§fn cmp(&self, other: &INVisualCodeType) -> Ordering
fn cmp(&self, other: &INVisualCodeType) -> 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 INVisualCodeType
impl PartialEq for INVisualCodeType
Source§impl PartialOrd for INVisualCodeType
impl PartialOrd for INVisualCodeType
Source§impl RefEncode for INVisualCodeType
impl RefEncode for INVisualCodeType
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 INVisualCodeType
impl Eq for INVisualCodeType
impl StructuralPartialEq for INVisualCodeType
Auto Trait Implementations§
impl Freeze for INVisualCodeType
impl RefUnwindSafe for INVisualCodeType
impl Send for INVisualCodeType
impl Sync for INVisualCodeType
impl Unpin for INVisualCodeType
impl UnwindSafe for INVisualCodeType
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.