struct BinUsize(usize)
| Position | Description |
|---|---|
| 1 |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |
| Parsable | Types that are parsable. |
| Pod | Objects that are safe to use if they contain a random bit pattern. |