Struct std::ffi::CString

struct CString { ... }

A wrapper for a null-terminated (C) string.

Allocates memory for the string on the heap, so it must be freed.

Example

Fields

Methods

impl CString { ... }