Struct ash::vk::SemaphoreCreateInfo [−][src]
#[repr(C)]pub struct SemaphoreCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: SemaphoreCreateFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: SemaphoreCreateFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreCreateInfo
impl !Send for SemaphoreCreateInfo
impl !Sync for SemaphoreCreateInfo
impl Unpin for SemaphoreCreateInfo
impl UnwindSafe for SemaphoreCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more