Trait ash::vk::TaggedStructure
source · pub unsafe trait TaggedStructure {
const STRUCTURE_TYPE: StructureType;
}
Expand description
Structures implementing this trait are layout-compatible with vk::BaseInStructure
and
vk::BaseOutStructure
. Such structures have an s_type
field indicating its type, which
must always match the value of TaggedStructure::STRUCTURE_TYPE
.
Required Associated Constants§
Object Safety§
This trait is not object safe.