#[repr(C)]pub struct ImageSwapchainCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain: SwapchainKHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidswapchain: SwapchainKHRTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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