Constant rustix::io::PIPE_BUF[][src]

pub const PIPE_BUF: usize = imp::io::PIPE_BUF; // 0x0000_0000_0000_1000usize
Expand description

PIPE_BUF—The maximum length at which writes to a pipe are atomic.

References