mach 0.0.2

A rust interface to the Mach 3.0 kernel that underlies OSX.
1
2
3
4
5
//! This module corresponds to `mach/message.h`.

use vm_types::{natural_t};

pub type mach_msg_type_number_t = natural_t;