Type Definition cacao::foundation::id

source · []
pub type id = *mut Object;
Expand description

More or less maps over to Objective-C’s id type, which… can really be anything.

Trait Implementations

Consumes and returns the pointer to the underlying Color.

Consumes and returns the pointer to the underlying NSMutableAttributedString instance.

Consumes and returns the pointer to the underlying Color.

Consumes and returns the pointer to the underlying NSArray.

Consumes and returns the underlying NSData.

Consumes and returns the underlying NSNumber.

Consumes and returns the pointer to the underlying NSString instance.

Shepherds Value types into NSObjects that can be stored in NSUserDefaults.