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