Struct vks::VkDebugMarkerObjectTagInfoEXT [] [src]

#[repr(C)]
pub struct VkDebugMarkerObjectTagInfoEXT { pub sType: VkStructureType, pub pNext: *const c_void, pub objectType: VkDebugReportObjectTypeEXT, pub object: u64, pub tagName: u64, pub tagSize: usize, pub pTag: *const c_void, }

Fields

Trait Implementations

impl Debug for VkDebugMarkerObjectTagInfoEXT
[src]

Formats the value using the given formatter.

impl Copy for VkDebugMarkerObjectTagInfoEXT
[src]

impl Clone for VkDebugMarkerObjectTagInfoEXT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDebugMarkerObjectTagInfoEXT
[src]

Returns the "default value" for a type. Read more