Trait objc2_app_kit::NSMatrixDelegate

source ·
pub unsafe trait NSMatrixDelegate: NSControlTextEditingDelegate { }
Available on crate features NSControl and NSMatrix only.

Trait Implementations§

source§

impl ProtocolType for dyn NSMatrixDelegate

source§

const NAME: &'static str = "NSMatrixDelegate"

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 NSMatrixDelegate

Implementations on Foreign Types§

source§

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

Implementors§