Struct lava::ext::VkSwapchainCounterCreateInfo[][src]

pub struct VkSwapchainCounterCreateInfo {
    pub surface_counters: VkSurfaceCounterFlags,
}

Fields

Trait Implementations

impl Debug for VkSwapchainCounterCreateInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSwapchainCounterCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSwapchainCounterCreateInfo
[src]

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

Auto Trait Implementations