Struct vks::khr_incremental_present::VkPresentRegionsKHR [] [src]

#[repr(C)]
pub struct VkPresentRegionsKHR { pub sType: VkStructureType, pub pNext: *const c_void, pub swapchainCount: u32, pub pRegions: *const VkPresentRegionKHR, }

Fields

Trait Implementations

impl Debug for VkPresentRegionsKHR
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkPresentRegionsKHR
[src]

impl Clone for VkPresentRegionsKHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkPresentRegionsKHR
[src]

[src]

Returns the "default value" for a type. Read more