Struct vks::VkDeviceGeneratedCommandsFeaturesNVX [] [src]

#[repr(C)]
pub struct VkDeviceGeneratedCommandsFeaturesNVX { pub sType: VkStructureType, pub pNext: *const c_void, pub computeBindingPointSupport: VkBool32, }

Fields

Trait Implementations

impl Debug for VkDeviceGeneratedCommandsFeaturesNVX
[src]

Formats the value using the given formatter.

impl Copy for VkDeviceGeneratedCommandsFeaturesNVX
[src]

impl Clone for VkDeviceGeneratedCommandsFeaturesNVX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDeviceGeneratedCommandsFeaturesNVX
[src]

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