Function nix::sys::ioctl::write [] [src]

pub unsafe fn write<T>(fd: Fd, op: ioctl_op_t, data: &T) -> Result<c_int>

Ioctl call that sends a value to the kernel but does not return anything (pure side effect).