Struct ash::vk::ImageSwapchainCreateInfoKHR [−][src]
#[repr(C)]pub struct ImageSwapchainCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub swapchain: SwapchainKHR, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
swapchain: SwapchainKHR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageSwapchainCreateInfoKHR
impl !Send for ImageSwapchainCreateInfoKHR
impl !Sync for ImageSwapchainCreateInfoKHR
impl Unpin for ImageSwapchainCreateInfoKHR
impl UnwindSafe for ImageSwapchainCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more