Enum dvk::core::VkSubpassContents [] [src]

#[repr(u32)]
pub enum VkSubpassContents { VK_SUBPASS_CONTENTS_INLINE, VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS, }

Variants

Trait Implementations

impl Eq for VkSubpassContents
[src]

impl PartialEq for VkSubpassContents
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for VkSubpassContents
[src]

Formats the value using the given formatter.

impl Copy for VkSubpassContents
[src]

impl Clone for VkSubpassContents
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more