Type Definition objc_sys::Method[][src]

pub type Method = *mut objc_method;
Expand description

A mutable pointer to a method.

Type alias provided for convenience.