Struct vks::VkPhysicalDeviceDiscardRectanglePropertiesEXT [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { pub sType: VkStructureType, pub pNext: *mut c_void, pub maxDiscardRectangles: u32, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceDiscardRectanglePropertiesEXT
[src]

Formats the value using the given formatter.

impl Copy for VkPhysicalDeviceDiscardRectanglePropertiesEXT
[src]

impl Clone for VkPhysicalDeviceDiscardRectanglePropertiesEXT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceDiscardRectanglePropertiesEXT
[src]

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