Type Definition objc_sys::id

source · []
pub type id = *mut objc_object;
Expand description

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.