Struct lava::ext::VkDebugUtilsObjectNameInfo[][src]

pub struct VkDebugUtilsObjectNameInfo<'a> {
    pub object_type: VkObjectType,
    pub object_handle: usize,
    pub object_name: Option<&'a str>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDebugUtilsObjectNameInfo<'static>
[src]

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

Auto Trait Implementations