Struct ash::vk::D3D12FenceSubmitInfoKHR [−][src]
#[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 u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for D3D12FenceSubmitInfoKHR
impl !Send for D3D12FenceSubmitInfoKHR
impl !Sync for D3D12FenceSubmitInfoKHR
impl Unpin for D3D12FenceSubmitInfoKHR
impl UnwindSafe for D3D12FenceSubmitInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more