Function rustix::termios::tcgetattr

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

tcgetattr(fd)—Get terminal attributes.

Also known as the TCGETS operation with ioctl.

References