Struct lava::VkExternalSemaphoreFeatureFlags[][src]

pub struct VkExternalSemaphoreFeatureFlags {
    pub exportable: bool,
    pub importable: bool,
}

Fields

Methods

impl VkExternalSemaphoreFeatureFlags
[src]

Trait Implementations

impl Debug for VkExternalSemaphoreFeatureFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkExternalSemaphoreFeatureFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkExternalSemaphoreFeatureFlags
[src]

impl Default for VkExternalSemaphoreFeatureFlags
[src]

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

Auto Trait Implementations