Type Definition objc2::runtime::Imp

source · []
pub type Imp = unsafe extern "C" fn();
Expand description

A pointer to the start of a method implementation.

Safety

This is a “catch all” type; it must be transmuted to the correct type before being called!