NSIgnoreMisspelledWords

Trait NSIgnoreMisspelledWords 

Source
pub unsafe trait NSIgnoreMisspelledWords {
    // Provided method
    unsafe fn ignoreSpelling(&self, sender: Option<&AnyObject>)
       where Self: Sized + Message { ... }
}
Available on crate feature NSSpellProtocol only.
Expand description

Provided Methods§

Source

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

Trait Implementations§

Source§

impl ProtocolType for dyn NSIgnoreMisspelledWords

Source§

const NAME: &'static str = "NSIgnoreMisspelledWords"

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 NSIgnoreMisspelledWords

Implementations on Foreign Types§

Source§

impl<T> NSIgnoreMisspelledWords for ProtocolObject<T>

Implementors§

Source§

impl NSIgnoreMisspelledWords for NSText

Available on crate feature NSText only.
Source§

impl NSIgnoreMisspelledWords for NSTextView

Available on crate feature NSTextView only.