devela::_dep::rustix::pipe

Function fcntl_getpipe_size

pub fn fcntl_getpipe_size<Fd>(fd: Fd) -> Result<usize, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

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

§References