pub unsafe trait UIBarPositioning: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn barPosition(&self) -> UIBarPosition
where Self: Sized + Message { ... }
}Available on crate feature
UIBarCommon only.Expand description
Provided Methods§
unsafe fn barPosition(&self) -> UIBarPosition
Trait Implementations§
Source§impl ProtocolType for dyn UIBarPositioning
impl ProtocolType for dyn UIBarPositioning
impl<T> ImplementedBy<T> for dyn UIBarPositioning
Implementations on Foreign Types§
impl<T> UIBarPositioning for ProtocolObject<T>where
T: ?Sized + UIBarPositioning,
Implementors§
impl UIBarPositioning for UISearchBar
Available on crate features
UIResponder and UIView and UISearchBar only.impl UIBarPositioning for UIToolbar
Available on crate features
UIResponder and UIView and UIToolbar only.