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

pub unsafe fn write_ptr<T>(fd: RawFd, op: ioctl_op_t, data: *const T) -> Result<c_int>

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