Struct vks::VkPhysicalDeviceMultiviewPropertiesKHX [] [src]

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

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceMultiviewPropertiesKHX
[src]

Formats the value using the given formatter.

impl Copy for VkPhysicalDeviceMultiviewPropertiesKHX
[src]

impl Clone for VkPhysicalDeviceMultiviewPropertiesKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceMultiviewPropertiesKHX
[src]

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