Skip to main content

ExtendsPhysicalDevicePrivateDataFeatures

Trait ExtendsPhysicalDevicePrivateDataFeatures 

Source
pub unsafe trait ExtendsPhysicalDevicePrivateDataFeatures { }
Expand description

Marker trait for structs that can appear in the pNext chain of PhysicalDevicePrivateDataFeatures.

§Safety

Implementors must be valid pNext chain members for the target struct.

Implementors§