Struct lava::ext::VkDebugUtilsObjectTagInfo[][src]

pub struct VkDebugUtilsObjectTagInfo<'a> {
    pub object_type: VkObjectType,
    pub object_handle: usize,
    pub tag_name: usize,
    pub tag_size: usize,
    pub tag: &'a u8,
}

Fields

Trait Implementations

impl<'a> Debug for VkDebugUtilsObjectTagInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkDebugUtilsObjectTagInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDebugUtilsObjectTagInfo<'static>
[src]

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

Auto Trait Implementations