pub type PFN_vkCmdCopyImage2KHR = PFN_vkCmdCopyImage2;Aliased Type§
pub enum PFN_vkCmdCopyImage2KHR {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const CopyImageInfo2)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const CopyImageInfo2))
Some value of type T.