Struct ash::vk::D3D12FenceSubmitInfoKHR  
source · #[repr(C)]pub struct D3D12FenceSubmitInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub wait_semaphore_values_count: u32,
    pub p_wait_semaphore_values: *const u64,
    pub signal_semaphore_values_count: u32,
    pub p_signal_semaphore_values: *const u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§wait_semaphore_values_count: u32§p_wait_semaphore_values: *const u64§signal_semaphore_values_count: u32§p_signal_semaphore_values: *const u64Implementations§
source§impl D3D12FenceSubmitInfoKHR
 
impl D3D12FenceSubmitInfoKHR
pub fn builder<'a>() -> D3D12FenceSubmitInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for D3D12FenceSubmitInfoKHR
 
impl Clone for D3D12FenceSubmitInfoKHR
source§fn clone(&self) -> D3D12FenceSubmitInfoKHR
 
fn clone(&self) -> D3D12FenceSubmitInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more