extendr_api::ioType Alias PstreamFormat
Source pub type PstreamFormat = R_pstream_format_t;
enum PstreamFormat {
R_pstream_any_format = 0,
R_pstream_ascii_format = 1,
R_pstream_binary_format = 2,
R_pstream_xdr_format = 3,
R_pstream_asciihex_format = 4,
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.