Struct unity_native_plugin_sys::VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV [−][src]
#[repr(C)]pub struct VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub deviceGeneratedCommands: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voiddeviceGeneratedCommands: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more