Skip to main content

NSObjectNSScriptClassDescription

Trait NSObjectNSScriptClassDescription 

Source
pub unsafe trait NSObjectNSScriptClassDescription:
    ClassType
    + Sized
    + Sealed {
    // Provided methods
    fn classCode(&self) -> u32 { ... }
    fn className(&self) -> Retained<NSString> { ... }
}
Available on crate feature NSScriptClassDescription only.
Expand description

Category “NSScriptClassDescription” on NSObject.

Provided Methods§

Source

fn classCode(&self) -> u32

Source

fn className(&self) -> Retained<NSString>

Available on crate feature NSString only.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§