Available on crate feature
io only.Expand description
A handle to the standard output stream.
Structs§
- NSTD
Stdout - A handle to the standard output stream.
- NSTD
Stdout Lock - A locked handle to the standard output stream.
Functions§
- nstd_
io_ stdout - Constructs a new handle to the standard output stream.
- nstd_
io_ stdout_ flush - Flushes the standard output stream.
- nstd_
io_ stdout_ free - Frees an instance of
NSTDStdout. - nstd_
io_ stdout_ lock - Constructs a new locked handle to the standard output stream.
- nstd_
io_ stdout_ lock_ flush - Flushes the standard output stream.
- nstd_
io_ ⚠stdout_ lock_ write - Writes some data to the standard output stream.
- nstd_
io_ ⚠stdout_ lock_ write_ all - Writes an entire buffer to the standard output stream.
- nstd_
io_ stdout_ unlock - Frees and unlocks an instance of
NSTDStdoutLock. - nstd_
io_ ⚠stdout_ write - Writes some data to the standard output stream, returning how many bytes were written.
- nstd_
io_ ⚠stdout_ write_ all - Writes an entire buffer to the standard output stream.
Type Aliases§
- NSTD
Optional Stdout - Represents an optional value of type
NSTDStdout. - NSTD
Optional Stdout Lock - Represents an optional value of type
NSTDStdoutLock.