Struct ash::vk::SemaphoreGetWin32HandleInfoKHR
source · #[repr(C)]pub struct SemaphoreGetWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§semaphore: Semaphore§handle_type: ExternalSemaphoreHandleTypeFlagsImplementations§
source§impl SemaphoreGetWin32HandleInfoKHR
impl SemaphoreGetWin32HandleInfoKHR
pub fn builder<'a>() -> SemaphoreGetWin32HandleInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreGetWin32HandleInfoKHR
impl Clone for SemaphoreGetWin32HandleInfoKHR
source§fn clone(&self) -> SemaphoreGetWin32HandleInfoKHR
fn clone(&self) -> SemaphoreGetWin32HandleInfoKHR
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