[][src]Function linux::syscall::ioctl_tcsets2

pub fn ioctl_tcsets2(fd: c_int, attrs: &termios2) -> c_int

Executes ioctl with the TCSETS2 option.

[argument, fd] The file descriptor on which to operate.

[argument, attrs] The tty attributes.

= See also

  • link:man:tty_ioctl(2) and TCSETS therein