Struct unity_native_plugin_sys::VkBindImageMemorySwapchainInfoKHR [−][src]
#[repr(C)]pub struct VkBindImageMemorySwapchainInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub swapchain: VkSwapchainKHR,
pub imageIndex: u32,
}Fields
sType: VkStructureTypepNext: *const c_voidswapchain: VkSwapchainKHRimageIndex: u32Trait Implementations
Auto Trait Implementations
impl !Send for VkBindImageMemorySwapchainInfoKHR
impl !Sync for VkBindImageMemorySwapchainInfoKHR
impl Unpin for VkBindImageMemorySwapchainInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more