#[repr(C)]pub struct VulkanSwapchainFormatListCreateInfoKHR {
pub ty: StructureType,
pub next: *const c_void,
pub view_format_count: u32,
pub view_formats: *const VkFormat,
}Expand description
Fields
ty: StructureTypenext: *const c_voidview_format_count: u32view_formats: *const VkFormatImplementations
sourceimpl VulkanSwapchainFormatListCreateInfoKHR
impl VulkanSwapchainFormatListCreateInfoKHR
pub const TYPE: StructureType = StructureType::VULKAN_SWAPCHAIN_FORMAT_LIST_CREATE_INFO_KHR
Trait Implementations
sourceimpl Clone for VulkanSwapchainFormatListCreateInfoKHR
impl Clone for VulkanSwapchainFormatListCreateInfoKHR
sourcefn clone(&self) -> VulkanSwapchainFormatListCreateInfoKHR
fn clone(&self) -> VulkanSwapchainFormatListCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanSwapchainFormatListCreateInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for VulkanSwapchainFormatListCreateInfoKHR
impl !Send for VulkanSwapchainFormatListCreateInfoKHR
impl !Sync for VulkanSwapchainFormatListCreateInfoKHR
impl Unpin for VulkanSwapchainFormatListCreateInfoKHR
impl UnwindSafe for VulkanSwapchainFormatListCreateInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more