Skip to main content

NSMatrixDelegate

Trait NSMatrixDelegate 

Source
pub unsafe trait NSMatrixDelegate: NSControlTextEditingDelegate { }
Available on crate features NSControl and NSMatrix only.
Expand description

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn NSMatrixDelegate

Source§

impl ProtocolType for dyn NSMatrixDelegate

Source§

const NAME: &'static str = "NSMatrixDelegate"

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Implementors§