#[repr(transparent)]pub struct NFCFeliCaPollingTimeSlot(pub NSInteger);Expand description
Time slot parameter for the polling command
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl NFCFeliCaPollingTimeSlot
impl NFCFeliCaPollingTimeSlot
pub const Max1: Self
pub const Max2: Self
pub const Max4: Self
pub const Max8: Self
pub const Max16: Self
pub const PollingTimeSlotMax1: Self
👎Deprecated
pub const PollingTimeSlotMax2: Self
👎Deprecated
pub const PollingTimeSlotMax4: Self
👎Deprecated
pub const PollingTimeSlotMax8: Self
👎Deprecated
pub const PollingTimeSlotMax16: Self
👎Deprecated
Trait Implementations§
Source§impl Clone for NFCFeliCaPollingTimeSlot
impl Clone for NFCFeliCaPollingTimeSlot
Source§fn clone(&self) -> NFCFeliCaPollingTimeSlot
fn clone(&self) -> NFCFeliCaPollingTimeSlot
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 NFCFeliCaPollingTimeSlot
impl Debug for NFCFeliCaPollingTimeSlot
Source§impl Encode for NFCFeliCaPollingTimeSlot
impl Encode for NFCFeliCaPollingTimeSlot
Source§impl Hash for NFCFeliCaPollingTimeSlot
impl Hash for NFCFeliCaPollingTimeSlot
Source§impl Ord for NFCFeliCaPollingTimeSlot
impl Ord for NFCFeliCaPollingTimeSlot
Source§fn cmp(&self, other: &NFCFeliCaPollingTimeSlot) -> Ordering
fn cmp(&self, other: &NFCFeliCaPollingTimeSlot) -> 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 NFCFeliCaPollingTimeSlot
impl PartialEq for NFCFeliCaPollingTimeSlot
Source§impl PartialOrd for NFCFeliCaPollingTimeSlot
impl PartialOrd for NFCFeliCaPollingTimeSlot
Source§impl RefEncode for NFCFeliCaPollingTimeSlot
impl RefEncode for NFCFeliCaPollingTimeSlot
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 NFCFeliCaPollingTimeSlot
impl Eq for NFCFeliCaPollingTimeSlot
impl StructuralPartialEq for NFCFeliCaPollingTimeSlot
Auto Trait Implementations§
impl Freeze for NFCFeliCaPollingTimeSlot
impl RefUnwindSafe for NFCFeliCaPollingTimeSlot
impl Send for NFCFeliCaPollingTimeSlot
impl Sync for NFCFeliCaPollingTimeSlot
impl Unpin for NFCFeliCaPollingTimeSlot
impl UnwindSafe for NFCFeliCaPollingTimeSlot
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.