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