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