Type Alias IoctlOutput
pub type IoctlOutput = i32;
Available on crate feature
dep_rustix
only.Expand description
The type used by the ioctl
to signify the output.
pub type IoctlOutput = i32;
dep_rustix
only.The type used by the ioctl
to signify the output.