Function rustix::pipe::fcntl_getpipe_size

source ·
pub fn fcntl_getpipe_size<Fd: AsFd>(fd: Fd) -> Result<usize>
Expand description

fnctl(fd, F_GETPIPE_SZ)—Return the buffer capacity of a pipe.

§References