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