pub unsafe trait NSObjectNSScriptClassDescription:
ClassType
+ Sized
+ Sealed {
// Provided methods
unsafe fn classCode(&self) -> u32 { ... }
unsafe fn className(&self) -> Retained<NSString> { ... }
}
Available on crate feature
NSScriptClassDescription
only.Expand description
Category “NSScriptClassDescription” on NSObject
.
Provided Methods§
unsafe fn classCode(&self) -> u32
unsafe 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", so this trait is not object safe.