NSChangeSpelling

Trait 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.
Expand description

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. 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 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 feature NSText only.
Source§

impl NSChangeSpelling for NSTextView

Available on crate feature NSTextView only.