Struct lava::VkExternalFenceFeatureFlags[][src]

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

Fields

Methods

impl VkExternalFenceFeatureFlags
[src]

Trait Implementations

impl Debug for VkExternalFenceFeatureFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkExternalFenceFeatureFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkExternalFenceFeatureFlags
[src]

impl Default for VkExternalFenceFeatureFlags
[src]

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

Auto Trait Implementations