Struct lava::vk_external_semaphore_handle_type_flags::VkExternalSemaphoreHandleTypeFlags[][src]

pub struct VkExternalSemaphoreHandleTypeFlags {
    pub opaque_fd: bool,
    pub opaque_win_32: bool,
    pub opaque_win_32_kmt: bool,
    pub d_3d_12_fence: bool,
    pub sync_fd: bool,
}

Fields

Methods

impl VkExternalSemaphoreHandleTypeFlags
[src]

Trait Implementations

impl Debug for VkExternalSemaphoreHandleTypeFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkExternalSemaphoreHandleTypeFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkExternalSemaphoreHandleTypeFlags
[src]

impl Default for VkExternalSemaphoreHandleTypeFlags
[src]

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

Auto Trait Implementations