pub type NSNotificationName = NSString;Expand description
A structure that defines the name of a notification.
Aliased Type§
pub struct NSNotificationName {
pub ptr: Id<Object, Shared>,
/* private fields */
}Fields§
§ptr: Id<Object, Shared>The raw pointer to the Objective-C object.