Struct unity_native_plugin_sys::VkDedicatedAllocationBufferCreateInfoNV [−][src]
#[repr(C)]pub struct VkDedicatedAllocationBufferCreateInfoNV {
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 VkDedicatedAllocationBufferCreateInfoNV
impl !Sync for VkDedicatedAllocationBufferCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more