Struct unity_native_plugin_sys::VkCommandBufferAllocateInfo [−][src]
#[repr(C)]pub struct VkCommandBufferAllocateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub commandPool: VkCommandPool,
pub level: VkCommandBufferLevel,
pub commandBufferCount: u32,
}Fields
sType: VkStructureTypepNext: *const c_voidcommandPool: VkCommandPoollevel: VkCommandBufferLevelcommandBufferCount: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkCommandBufferAllocateInfo
impl !Send for VkCommandBufferAllocateInfo
impl !Sync for VkCommandBufferAllocateInfo
impl Unpin for VkCommandBufferAllocateInfo
impl UnwindSafe for VkCommandBufferAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more