#[repr(transparent)]pub struct PKPaymentSummaryItemType(pub NSUInteger);Available on crate feature
PKPaymentSummaryItem only.Expand description
Tuple Fields§
§0: NSUIntegerImplementations§
Trait Implementations§
Source§impl Clone for PKPaymentSummaryItemType
impl Clone for PKPaymentSummaryItemType
Source§fn clone(&self) -> PKPaymentSummaryItemType
fn clone(&self) -> PKPaymentSummaryItemType
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 PKPaymentSummaryItemType
impl Debug for PKPaymentSummaryItemType
Source§impl Encode for PKPaymentSummaryItemType
impl Encode for PKPaymentSummaryItemType
Source§impl Hash for PKPaymentSummaryItemType
impl Hash for PKPaymentSummaryItemType
Source§impl Ord for PKPaymentSummaryItemType
impl Ord for PKPaymentSummaryItemType
Source§fn cmp(&self, other: &PKPaymentSummaryItemType) -> Ordering
fn cmp(&self, other: &PKPaymentSummaryItemType) -> 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 PKPaymentSummaryItemType
impl PartialEq for PKPaymentSummaryItemType
Source§impl PartialOrd for PKPaymentSummaryItemType
impl PartialOrd for PKPaymentSummaryItemType
Source§impl RefEncode for PKPaymentSummaryItemType
impl RefEncode for PKPaymentSummaryItemType
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 PKPaymentSummaryItemType
impl Eq for PKPaymentSummaryItemType
impl StructuralPartialEq for PKPaymentSummaryItemType
Auto Trait Implementations§
impl Freeze for PKPaymentSummaryItemType
impl RefUnwindSafe for PKPaymentSummaryItemType
impl Send for PKPaymentSummaryItemType
impl Sync for PKPaymentSummaryItemType
impl Unpin for PKPaymentSummaryItemType
impl UnwindSafe for PKPaymentSummaryItemType
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.