Module os_str
std
1.85.0
(4d91de4e4 2025-02-17)
Module os_str
Module Items
Structs
In std::
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
std
::
ffi
Module
os_str
Copy item path
Settings
Help
Summary
Source
🔬
This is a nightly-only experimental API. (
os_str_display
#120048
)
Expand description
The
OsStr
and
OsString
types and associated utilities.
Structs
§
Display
Experimental
Helper struct for safely printing an
OsStr
with
format!
and
{}
.
OsStr
Experimental
Borrowed reference to an OS string (see
OsString
).
OsString
Experimental
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.