Trait UIBarPositioning

Source
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§

Source

unsafe fn barPosition(&self) -> UIBarPosition
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn UIBarPositioning

Source§

const NAME: &'static str = "UIBarPositioning"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn UIBarPositioning

Implementations on Foreign Types§

Source§

impl<T> UIBarPositioning for ProtocolObject<T>
where T: ?Sized + UIBarPositioning,

Implementors§

Source§

impl UIBarPositioning for UINavigationBar

Available on crate feature UINavigationBar only.
Source§

impl UIBarPositioning for UISearchBar

Available on crate feature UISearchBar only.
Source§

impl UIBarPositioning for UIToolbar

Available on crate feature UIToolbar only.