Sha256: 2cc5b29942edf284544c7301c913fdbe324348111d7438a7ee2aa7031d5b6bf0

Contents?: true

Size: 1.16 KB

Versions: 38

Compression:

Stored size: 1.16 KB

Contents

// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
// All files in the project carrying such notice may not be copied, modified, or distributed
// except according to those terms.
use ctypes::{__int64, __uint64, c_char, c_uchar, c_ulong};
pub const NDR_CHAR_REP_MASK: c_ulong = 0x0000000F;
pub const NDR_INT_REP_MASK: c_ulong = 0x000000F0;
pub const NDR_FLOAT_REP_MASK: c_ulong = 0x0000FF00;
pub const NDR_LITTLE_ENDIAN: c_ulong = 0x00000010;
pub const NDR_BIG_ENDIAN: c_ulong = 0x00000000;
pub const NDR_IEEE_FLOAT: c_ulong = 0x00000000;
pub const NDR_VAX_FLOAT: c_ulong = 0x00000100;
pub const NDR_IBM_FLOAT: c_ulong = 0x00000300;
pub const NDR_ASCII_CHAR: c_ulong = 0x00000000;
pub const NDR_EBCDIC_CHAR: c_ulong = 0x00000001;
pub const NDR_LOCAL_DATA_REPRESENTATION: c_ulong = 0x00000010;
pub const NDR_LOCAL_ENDIAN: c_ulong = NDR_LITTLE_ENDIAN;
pub type small = c_char;
pub type byte = c_uchar;
pub type cs_byte = byte;
pub type boolean = c_uchar;
pub type hyper = __int64;
pub type MIDL_uhyper = __uint64;
// TODO Finish the rest

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-28.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-27.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-26.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-25.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-25.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-25.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-24.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-23.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-22.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-21.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-20.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-20.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-18.0.3 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-17.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-17.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-16.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-15.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-15.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs
wasmtime-14.0.4 ./ext/cargo-vendor/winapi-0.3.9/src/shared/rpcndr.rs