Sha256: dbc7432350869733d6e7cf1da8617d97aafbeb1afcb1bdc60ed7ab53e37abf61

Contents?: true

Size: 409 Bytes

Versions: 38

Compression:

Stored size: 409 Bytes

Contents

//! This module corresponds to `mach/vm_inherit.h`.

pub type vm_inherit_t = ::libc::c_uint;

pub const VM_INHERIT_SHARE: vm_inherit_t = 0;
pub const VM_INHERIT_COPY: vm_inherit_t = 1;
pub const VM_INHERIT_NONE: vm_inherit_t = 2;
pub const VM_INHERIT_DONATE_COPY: vm_inherit_t = 3;
pub const VM_INHERIT_DEFAULT: vm_inherit_t = VM_INHERIT_COPY;
pub const VM_INHERIT_LAST_VALID: vm_inherit_t = VM_INHERIT_NONE;

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-28.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-27.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-26.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-25.0.2 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-25.0.1 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-25.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-24.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-23.0.2 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-22.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-21.0.1 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-20.0.2 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-20.0.0 ./ext/cargo-vendor/mach2-0.4.2/src/vm_inherit.rs
wasmtime-18.0.3 ./ext/cargo-vendor/mach-0.3.2/src/vm_inherit.rs
wasmtime-17.0.1 ./ext/cargo-vendor/mach-0.3.2/src/vm_inherit.rs
wasmtime-17.0.0 ./ext/cargo-vendor/mach-0.3.2/src/vm_inherit.rs
wasmtime-16.0.0 ./ext/cargo-vendor/mach-0.3.2/src/vm_inherit.rs
wasmtime-15.0.1 ./ext/cargo-vendor/mach-0.3.2/src/vm_inherit.rs
wasmtime-15.0.0 ./ext/cargo-vendor/mach-0.3.2/src/vm_inherit.rs
wasmtime-14.0.4 ./ext/cargo-vendor/mach-0.3.2/src/vm_inherit.rs