pub unsafe trait UIDragSession: UIDragDropSession + MainThreadOnly {
// Provided methods
unsafe fn localContext(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message { ... }
unsafe fn setLocalContext(&self, local_context: Option<&AnyObject>)
where Self: Sized + Message { ... }
}
Available on crate feature
UIDragSession
only.Expand description
Provided Methods§
unsafe fn localContext(&self) -> Option<Retained<AnyObject>>
Sourceunsafe fn setLocalContext(&self, local_context: Option<&AnyObject>)
unsafe fn setLocalContext(&self, local_context: Option<&AnyObject>)
Setter for localContext
.