Struct lava::vk_external_fence_properties::VkExternalFenceProperties[][src]

pub struct VkExternalFenceProperties {
    pub export_from_imported_handle_types: VkExternalFenceHandleTypeFlags,
    pub compatible_handle_types: VkExternalFenceHandleTypeFlags,
    pub external_fence_features: VkExternalFenceFeatureFlags,
}

Fields

Trait Implementations

impl Debug for VkExternalFenceProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkExternalFenceProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkExternalFenceProperties
[src]

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

Auto Trait Implementations