Struct ash::vk::KhrDisplaySwapchainFn [−][src]
pub struct KhrDisplaySwapchainFn { pub create_shared_swapchains_khr: extern "system" fn(device: Device, swapchain_count: u32, p_create_infos: *const SwapchainCreateInfoKHR, p_allocator: *const AllocationCallbacks, p_swapchains: *mut SwapchainKHR) -> Result, }
Fields
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KhrDisplaySwapchainFn
impl Unpin for KhrDisplaySwapchainFn
impl UnwindSafe for KhrDisplaySwapchainFn
Blanket Implementations
Mutably borrows from an owned value. Read more