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

#[repr(C)]
pub struct SubmitInfo { pub s_type: StructureType, pub p_next: *const c_void, pub wait_semaphore_count: uint32_t, pub p_wait_semaphores: *const Semaphore, pub p_wait_dst_stage_mask: *const PipelineStageFlags, pub command_buffer_count: uint32_t, pub p_command_buffers: *const CommandBuffer, pub signal_semaphore_count: uint32_t, pub p_signal_semaphores: *const Semaphore, }

Fields

Trait Implementations

impl Debug for SubmitInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for SubmitInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more