libressl_d.compat.sys.types

Undocumented in source.

Public Imports

core.stdc.stdint
public import core.stdc.stdint;
Undocumented in source.
core.sys.posix.sys.types
public import core.sys.posix.sys.types;
Undocumented in source.
core.sys.windows.basetsd
public import core.sys.windows.basetsd;
Undocumented in source.

Members

Aliases

in_addr_t
alias in_addr_t = core.stdc.stdint.uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in_addr_t
alias in_addr_t = core.stdc.stdint.uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mode_t
alias mode_t = core.stdc.stdint.uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
off_t
alias off_t = libressl_d.compat.stdio.off_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssize_t
alias ssize_t = core.sys.windows.basetsd.SSIZE_T
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u_char
alias u_char = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u_int
alias u_int = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u_short
alias u_short = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uid_t
alias uid_t = core.stdc.stdint.uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uid_t
alias uid_t = core.stdc.stdint.uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SSIZE_MAX
enum SSIZE_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta