Struct ash::vk::types::SemaphoreCreateInfo [] [src]

#[repr(C)]
pub struct SemaphoreCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: SemaphoreCreateFlags, }

Fields

Trait Implementations

impl Debug for SemaphoreCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for SemaphoreCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more