Struct byte_strings::const_::CStr [−][src]
#[repr(transparent)]pub struct CStr(_);
Expand description
const
-constructible equivalent of ::std::ffi::CStr
.
Implementations
Safety
Same requirements as CStr::from_bytes_with_nul_unchecked()