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