Function rustix::stdio::raw_stdout

source ·
pub const fn raw_stdout() -> RawFd
Available on crate feature stdio only.
Expand description

STDOUT_FILENO—Standard output, raw.

This is similar to stdout, however it returns a RawFd.

Other hazards

This has the same hazards as stdout.

References