Struct ash::vk::SemaphoreGetFdInfoKHR
source · #[repr(C)]pub struct SemaphoreGetFdInfoKHR {
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: ExternalSemaphoreHandleTypeFlags
Implementations§
source§impl SemaphoreGetFdInfoKHR
impl SemaphoreGetFdInfoKHR
pub fn builder<'a>() -> SemaphoreGetFdInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreGetFdInfoKHR
impl Clone for SemaphoreGetFdInfoKHR
source§fn clone(&self) -> SemaphoreGetFdInfoKHR
fn clone(&self) -> SemaphoreGetFdInfoKHR
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