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