Type Definition objc_sys::BOOL[][src]

pub type BOOL = u8;
Expand description

The Objective-C BOOL type.

The type of this varies across platforms, so to convert an it into a Rust bool, always compare it with YES or NO.