HomeManualTopicsTypesSymbols

std_types::io/std::write

writes data to a stream

Parameters

self
the input-output object
fd
the file descriptor of the stream
data
the data to write

Results

None

Topic

Input-Output Events

Implements

std::write a low level write function

See also

Input-Output Events
std::cancel_write cancels a write operation