Function libc::cfsetispeed [] [src]

pub unsafe extern "C" fn cfsetispeed(
    termios: *mut termios,
    speed: speed_t
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io