NSWindowRestoration

Trait NSWindowRestoration 

Source
pub unsafe trait NSWindowRestoration: NSObjectProtocol + MainThreadOnly {
    // Provided method
    unsafe fn restoreWindowWithIdentifier_state_completionHandler(
        identifier: &NSUserInterfaceItemIdentifier,
        state: &NSCoder,
        completion_handler: &DynBlock<dyn Fn(*mut NSWindow, *mut NSError)>,
        mtm: MainThreadMarker,
    )
       where Self: Sized + ClassType { ... }
}
Available on crate feature NSWindowRestoration only.
Expand description

Provided Methods§

Source

unsafe fn restoreWindowWithIdentifier_state_completionHandler( identifier: &NSUserInterfaceItemIdentifier, state: &NSCoder, completion_handler: &DynBlock<dyn Fn(*mut NSWindow, *mut NSError)>, mtm: MainThreadMarker, )
where Self: Sized + ClassType,

Available on crate features NSResponder and NSUserInterfaceItemIdentification and NSWindow and block2 only.

Trait Implementations§

Source§

impl ProtocolType for dyn NSWindowRestoration

Source§

const NAME: &'static str = "NSWindowRestoration"

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 NSWindowRestoration

Implementations on Foreign Types§

Source§

impl<T> NSWindowRestoration for ProtocolObject<T>

Implementors§