Struct unity_native_plugin_sys::VkFramebufferAttachmentsCreateInfo [−][src]
#[repr(C)]pub struct VkFramebufferAttachmentsCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub attachmentImageInfoCount: u32,
pub pAttachmentImageInfos: *const VkFramebufferAttachmentImageInfo,
}Fields
sType: VkStructureTypepNext: *const c_voidattachmentImageInfoCount: u32pAttachmentImageInfos: *const VkFramebufferAttachmentImageInfoTrait Implementations
Auto Trait Implementations
impl !Send for VkFramebufferAttachmentsCreateInfo
impl !Sync for VkFramebufferAttachmentsCreateInfo
impl Unpin for VkFramebufferAttachmentsCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more