core
1.79.0-nightly
(88c2f4f5f 2024-04-02)
Module c_str
Structs
In core::ffi
?
Module
core
::
ffi
::
c_str
source
·
[
−
]
🔬
This is a nightly-only experimental API. (
c_str_module
#112134
)
Expand description
CStr
and its related types.
Structs
§
CStr
Representation of a borrowed C string.
FromBytesUntilNulError
An error indicating that no nul byte was present.
FromBytesWithNulError
An error indicating that a nul byte was not in the expected position.
Bytes
Experimental
An iterator over the bytes of a
CStr
, without the nul terminator.