Struct vks::VkObjectTablePushConstantEntryNVX [] [src]

#[repr(C)]
pub struct VkObjectTablePushConstantEntryNVX { pub type_: VkObjectEntryTypeNVX, pub flags: VkObjectEntryUsageFlagsNVX, pub pipelineLayout: VkPipelineLayout, pub stageFlags: VkShaderStageFlags, }

Fields

Trait Implementations

impl Debug for VkObjectTablePushConstantEntryNVX
[src]

Formats the value using the given formatter.

impl Copy for VkObjectTablePushConstantEntryNVX
[src]

impl Clone for VkObjectTablePushConstantEntryNVX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkObjectTablePushConstantEntryNVX
[src]

Returns the "default value" for a type. Read more