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

pub fn op_write(ioctl_type: u8, nr: u8, size: usize) -> ioctl_op_t

Build an op indicating that the data pointer contains data to be consumed by the kernel (and not written to).

This provides the same functionality as the Linux _IOW macro.