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