Struct lava::VkSemaphoreCreateFlags[][src]

pub struct VkSemaphoreCreateFlags {}

Methods

impl VkSemaphoreCreateFlags
[src]

Trait Implementations

impl Debug for VkSemaphoreCreateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSemaphoreCreateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkSemaphoreCreateFlags
[src]

impl Default for VkSemaphoreCreateFlags
[src]

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

Auto Trait Implementations