Type Definition cocoa_foundation::base::BOOL
source · pub type BOOL = i8;Expand description
The Objective-C BOOL type.
To convert an Objective-C BOOL into a Rust bool, compare it with NO.
pub type BOOL = i8;The Objective-C BOOL type.
To convert an Objective-C BOOL into a Rust bool, compare it with NO.