Struct vk_parse::Registry[][src]

pub struct Registry(pub Vec<RegistryItem>);

Rust structure representing the Vulkan registry.

The registry contains all the information contained in a certain version of the Vulkan specification, stored within a programmer-accessible format.

Trait Implementations

impl Debug for Registry
[src]

Formats the value using the given formatter. Read more

impl Clone for Registry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Registry

impl Sync for Registry