An owned byte slice that has exactly one null byte at the very end.
struct CString<Heap = Libc>
where Heap: Allocator,
{
/* private fields */
}| Name | Description |
|---|---|
| from_bytes_unchecked | Creates a |
| Name | Description |
|---|---|
| Debug | Objects that can be formatted in a "debug" form. |
| Deref | Objects that implement the immutable dereference operator. |
| Eq (9 times) | Objects that implement the binary |
| ToCStr | Objects that can be transformed into |
| UndefState | Types that are not valid when they contain certain bit patterns. |