Module os_str
no_std_compat
0.4.1
Module os_str
Structs
In no_std_compat::ffi
Modules
c_str
os_str
Structs
CStr
CString
FromBytesUntilNulError
FromBytesWithNulError
FromVecWithNulError
IntoStringError
NulError
OsStr
OsString
VaList
VaListImpl
Enums
c_void
Type Aliases
c_char
c_double
c_float
c_int
c_long
c_longlong
c_schar
c_short
c_uchar
c_uint
c_ulong
c_ulonglong
c_ushort
?
Settings
Module
no_std_compat
::
ffi
::
os_str
Copy item path
source
·
[
−
]
🔬
This is a nightly-only experimental API. (
os_str_display
)
Expand description
The
OsStr
and
OsString
types and associated utilities.
Structs
§
OsStr
Borrowed reference to an OS string (see
OsString
).
OsString
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.
Display
Experimental
Helper struct for safely printing an
OsStr
with
format!
and
{}
.