Skip to main content

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,

§Safety

sender should be of the correct type.

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn NSIgnoreMisspelledWords

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

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> 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.