enumstd.posix.TCSA[src]

Fields

NOW
DRAIN
FLUSH
_

Source Code

Source code
pub const TCSA = enum(c_uint) {
    NOW,
    DRAIN,
    FLUSH,
    _,
}