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