rust-macios 0.4.2

Apple Frameworks for Rust
Documentation
1
2
3
4
5
6
use crate::object;

object! {
    /// An object that stores color data and sometimes opacity (alpha value).
    unsafe pub struct NSColor;
}