pub unsafe trait UIBarPositioning: NSObjectProtocol + MainThreadOnly {
// Provided method
fn barPosition(&self) -> UIBarPosition
where Self: Sized + Message { ... }
}Available on crate feature
UIBarCommon only.Expand description
Provided Methods§
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 feature
UISearchBar only.impl UIBarPositioning for UIToolbar
Available on crate feature
UIToolbar only.