Module c_str
wasmtime_environ
8.0.1
Module c_str
Structs
In wasmtime_environ::__core::ffi
Modules
c_str
va_list
Structs
CStr
FromBytesUntilNulError
FromBytesWithNulError
VaList
VaListImpl
Enums
c_void
Type Aliases
c_char
c_double
c_float
c_int
c_long
c_longlong
c_ptrdiff_t
c_schar
c_short
c_size_t
c_ssize_t
c_uchar
c_uint
c_ulong
c_ulonglong
c_ushort
?
Settings
Module
wasmtime_environ
::
__core
::
ffi
::
c_str
Copy item path
source
·
[
−
]
🔬
This is a nightly-only experimental API. (
c_str_module
)
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.