Trait objc2_app_kit::NSChangeSpelling

source ·
pub unsafe trait NSChangeSpelling {
    // Provided method
    unsafe fn changeSpelling(&self, sender: Option<&AnyObject>)
       where Self: Sized + Message { ... }
}
Available on crate feature NSSpellProtocol only.

Provided Methods§

source

unsafe fn changeSpelling(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSChangeSpelling

source§

const NAME: &'static str = "NSChangeSpelling"

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 NSChangeSpelling

Implementations on Foreign Types§

source§

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

Implementors§

source§

impl NSChangeSpelling for NSText

Available on crate features NSResponder and NSView and NSText only.
source§

impl NSChangeSpelling for NSTextView

Available on crate features NSResponder and NSText and NSView and NSTextView only.