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

pub fn op_none(ioctl_type: u8, nr: u8) -> ioctl_op_t

Build an op indicating that the data pointer is not used. That is, the command itself is sufficient.

This provides the same functionality the Linux _IO macro.