Type Definition objc_sys::id[][src]

pub type id = *mut objc_object;
Expand description

A mutable pointer to an object / instance.

Type alias provided for convenience.