[−][src]Type Definition objc::runtime::BOOL
type BOOL = c_schar;
The Objective-C BOOL type.
To convert an Objective-C BOOL into a Rust bool, compare it with NO.
type BOOL = c_schar;
The Objective-C BOOL type.
To convert an Objective-C BOOL into a Rust bool, compare it with NO.