pub unsafe trait NSTextLayoutOrientationProvider {
    // Provided method
    unsafe fn layoutOrientation(&self) -> NSTextLayoutOrientation
       where Self: Sized + Message { ... }
}
Available on crate feature NSLayoutManager only.

Provided Methods§

Trait Implementations§

source§

impl ProtocolType for dyn NSTextLayoutOrientationProvider

source§

const NAME: &'static str = "NSTextLayoutOrientationProvider"

The name of the Objective-C protocol that this type represents.
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 NSTextLayoutOrientationProvider

Implementations on Foreign Types§

source§

impl<T> NSTextLayoutOrientationProvider for ProtocolObject<T>

Implementors§

source§

impl NSTextLayoutOrientationProvider for NSTextContainer

Available on crate feature NSTextContainer only.