[][src]Constant unsafety::IMPLEMENTS_DEVICE_DRIVER

pub const IMPLEMENTS_DEVICE_DRIVER: UnsafeReason;

The unsafe code is part of a device driver implementation. It must be able to directly access memory. For example, it needs to be able to directly access memory-mapped I/O registers (MMIO).