structstd.os.linux.MREMAP[src]

Fields

MAYMOVE: bool = false
FIXED: bool = false
DONTUNMAP: bool = false
_: u29 = 0

Source Code

Source code
pub const MREMAP = packed struct(u32) {
    MAYMOVE: bool = false,
    FIXED: bool = false,
    DONTUNMAP: bool = false,
    _: u29 = 0,
}