structstd.c.freebsd.MFD[src]

Values

ConstantCLOEXEC[src]

Source Code

Source code
pub const CLOEXEC = 0x0001

ConstantALLOW_SEALING[src]

Source Code

Source code
pub const ALLOW_SEALING = 0x0002

Source Code

Source code
pub const MFD = struct {
    pub const CLOEXEC = 0x0001;
    pub const ALLOW_SEALING = 0x0002;
}