Struct ash::vk::KhrPresentWaitFn
source · pub struct KhrPresentWaitFn {
pub wait_for_present_khr: PFN_vkWaitForPresentKHR,
}
Fields§
§wait_for_present_khr: PFN_vkWaitForPresentKHR
Implementations§
Trait Implementations§
source§impl Clone for KhrPresentWaitFn
impl Clone for KhrPresentWaitFn
source§fn clone(&self) -> KhrPresentWaitFn
fn clone(&self) -> KhrPresentWaitFn
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