Struct vks::khr_get_physical_device_properties2::VkPhysicalDeviceFeatures2KHR [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceFeatures2KHR { pub sType: VkStructureType, pub pNext: *mut c_void, pub features: VkPhysicalDeviceFeatures, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceFeatures2KHR
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkPhysicalDeviceFeatures2KHR
[src]

impl Clone for VkPhysicalDeviceFeatures2KHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceFeatures2KHR
[src]

[src]

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