This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use objc2::Encode; | |
use objc2_foundation::CGFloat; | |
#[repr(C)] | |
pub struct __CGColor { | |
_private: [u8; 0], | |
} | |
pub type CGColorRef = *const __CGColor; | |
#[repr(C)] |