Module core

Module core 

Source
Expand description

Core types and traits of this crate.

Items within this module are not specific to any wrapped library.

Structs§

Arc
A thread-safe automatically-reference-counted pointer to an object.
FourCharCode
A four-character code.
OSErr
A non-zero 16-bit error code.
OSStatus
A non-zero 32-bit error code.

Traits§

ObjectType
An object from some runtime.

Type Aliases§

OSType
A four-character code that is often used to indicate the type of some data.