Struct unity_native_plugin_sys::VkDedicatedAllocationImageCreateInfoNV [−][src]
#[repr(C)]pub struct VkDedicatedAllocationImageCreateInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub dedicatedAllocation: VkBool32,
}Fields
sType: VkStructureTypepNext: *const c_voiddedicatedAllocation: VkBool32Trait Implementations
Auto Trait Implementations
impl !Send for VkDedicatedAllocationImageCreateInfoNV
impl !Sync for VkDedicatedAllocationImageCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more