Type Definition objc::runtime::BOOL

source ·
pub type BOOL = c_schar;
Expand description

The Objective-C BOOL type.

To convert an Objective-C BOOL into a Rust bool, compare it with NO.