pub fn set_line_config(lfd: RawFd, lc: LineConfig) -> Result<()>
Expand description

Update the configuration of an existing line request.

  • lfd - The fd of the file returned by get_line.
  • lc - The configuration to be applied.