Struct vks::VkPresentRegionKHR [] [src]

#[repr(C)]
pub struct VkPresentRegionKHR { pub rectangleCount: u32, pub pRectangles: *const VkRectLayerKHR, }

Fields

Trait Implementations

impl Debug for VkPresentRegionKHR
[src]

Formats the value using the given formatter.

impl Copy for VkPresentRegionKHR
[src]

impl Clone for VkPresentRegionKHR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPresentRegionKHR
[src]

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