pub unsafe trait UIPopoverPresentationControllerSourceItem: NSObjectProtocol {
// Provided method
unsafe fn frameInView(&self, reference_view: &UIView) -> CGRect
where Self: Sized + Message { ... }
}Available on crate feature
UIPopoverPresentationControllerSourceItem only.Expand description
Provided Methods§
unsafe fn frameInView(&self, reference_view: &UIView) -> CGRect
Available on crate features
UIResponder and UIView and objc2-core-foundation only.Trait Implementations§
impl<T> ImplementedBy<T> for dyn UIPopoverPresentationControllerSourceItem
Implementations on Foreign Types§
impl<T> UIPopoverPresentationControllerSourceItem for ProtocolObject<T>where
T: ?Sized + UIPopoverPresentationControllerSourceItem,
Implementors§
impl UIPopoverPresentationControllerSourceItem for UIBarButtonItem
Available on crate features
UIBarButtonItem and UIBarItem only.impl UIPopoverPresentationControllerSourceItem for UILayoutGuide
Available on crate feature
UILayoutGuide only.impl UIPopoverPresentationControllerSourceItem for UITab
Available on crate feature
UITab only.impl UIPopoverPresentationControllerSourceItem for UITabBarItem
Available on crate features
UIBarItem and UITabBarItem only.impl UIPopoverPresentationControllerSourceItem for UIView
Available on crate features
UIResponder and UIView only.