Skip to main content

KerneluserStorageCapability

Trait KerneluserStorageCapability 

Source
pub unsafe trait KerneluserStorageCapability { }
Expand description

The KernelruserStorageCapability` capability allows the holder to create permissions to access kernel-only stored values on the system.

§Safety

Capabilities can only be created in trusted crates that can use unsafe.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§