A byte slice with no null bytes.
struct NoNullStr {
/* private fields */
}| Name | Description |
|---|---|
| from_bytes_unchecked | Casts a byte slice to a |
| from_mut_bytes_unchecked | Casts a byte slice to a mutable |
| Receiver | Name | Description |
|---|---|---|
&self | dir | Returns a |
&mut self | dir_mut | Returns a mutable |
&self | file | Returns a |
&mut self | file_mut | Returns a mutable |
&mut self | set | Sets a byte in the slice to a value. |
| Name | Description |
|---|---|
| AsMutNoNullStr | Objects that can be borrowed as a mutable |
| AsNoNullStr | Objects that can be borrowed as a |
| Debug | Objects that can be formatted in a "debug" form. |
| Deref | Objects that implement the immutable dereference operator. |
| Display | Objects that can be formatted in a "display" form. |
| Eq | Objects that implement the binary |
| Index (4 times) | Objects that implement the immutable subscript operator. |
| IndexMut (4 times) | Objects that implement the mutable subscript operator. |
| ToCStr | Objects that can be transformed into |