mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
MmapArguments
mecca
platform
os
Undocumented in source.
package
struct
MmapArguments {
import
core
.
sys
.
posix
.
sys
.
types
:
off_t
;
;
int
prot
;
int
flags
;
int
fd
;
off_t
offset
;
}
Members
Variables
fd
int
fd
;
Undocumented in source.
flags
int
flags
;
Undocumented in source.
offset
off_t
offset
;
Undocumented in source.
prot
int
prot
;
Undocumented in source.
Meta
Source
See Implementation
mecca
platform
os
modules
darwin
linux
structs
MmapArguments