struct FILTER_FLAG [src]

Bitflags for the SET_MODE_FILTER operation.

Members

Source

pub const FILTER_FLAG = struct { pub const TSYNC = 1 << 0; pub const LOG = 1 << 1; pub const SPEC_ALLOW = 1 << 2; pub const NEW_LISTENER = 1 << 3; pub const TSYNC_ESRCH = 1 << 4; }