pub type id = *mut objc_object;
A mutable pointer to an object / instance.
Type alias provided for convenience. See objc2::runtime::Object for a higher level binding, and objc2::rc::Id for an easier way of handling objects.
objc2::runtime::Object
objc2::rc::Id