Struct bedrock::vk::VkPhysicalDeviceMultiviewProperties [] [src]

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

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceMultiviewProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceMultiviewProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceMultiviewProperties
[src]

[src]

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

Auto Trait Implementations