The type of a device.
enum DeviceType {
Block,
Character,
}| Name | Description |
|---|---|
| Block | a block device. |
| Character | A character device. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Debug | Objects that can be formatted in a "debug" form. |
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |