Struct unity_native_plugin_sys::VkDebugUtilsObjectTagInfoEXT [−][src]
#[repr(C)]pub struct VkDebugUtilsObjectTagInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub objectType: VkObjectType,
pub objectHandle: u64,
pub tagName: u64,
pub tagSize: size_t,
pub pTag: *const c_void,
}
Fields
sType: VkStructureType
pNext: *const c_void
objectType: VkObjectType
objectHandle: u64
tagName: u64
tagSize: size_t
pTag: *const c_void
Trait Implementations
Auto Trait Implementations
impl !Send for VkDebugUtilsObjectTagInfoEXT
impl !Sync for VkDebugUtilsObjectTagInfoEXT
impl Unpin for VkDebugUtilsObjectTagInfoEXT
impl UnwindSafe for VkDebugUtilsObjectTagInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more