#[repr(C)]pub struct DebugUtilsObjectNameInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub object_type: ObjectType,
pub object_handle: u64,
pub p_object_name: *const c_char,
}Expand description
VkDebugUtilsObjectNameInfoEXT
Provided by VK_EXT_debug_utils.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT.
p_next: *const c_voidOptional, may be null.
object_type: ObjectType§object_handle: u64§p_object_name: *const c_charOptional, may be null.
Implementations§
Source§impl DebugUtilsObjectNameInfoEXT
impl DebugUtilsObjectNameInfoEXT
Sourcepub fn builder<'a>() -> DebugUtilsObjectNameInfoEXTBuilder<'a>
pub fn builder<'a>() -> DebugUtilsObjectNameInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DebugUtilsObjectNameInfoEXT
impl Clone for DebugUtilsObjectNameInfoEXT
Source§fn clone(&self) -> DebugUtilsObjectNameInfoEXT
fn clone(&self) -> DebugUtilsObjectNameInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DebugUtilsObjectNameInfoEXT
impl Debug for DebugUtilsObjectNameInfoEXT
impl Copy for DebugUtilsObjectNameInfoEXT
impl ExtendsPipelineShaderStageCreateInfo for DebugUtilsObjectNameInfoEXT
impl ExtendsResourceDescriptorInfoEXT for DebugUtilsObjectNameInfoEXT
impl ExtendsSamplerCreateInfo for DebugUtilsObjectNameInfoEXT
Auto Trait Implementations§
impl Freeze for DebugUtilsObjectNameInfoEXT
impl RefUnwindSafe for DebugUtilsObjectNameInfoEXT
impl !Send for DebugUtilsObjectNameInfoEXT
impl !Sync for DebugUtilsObjectNameInfoEXT
impl Unpin for DebugUtilsObjectNameInfoEXT
impl UnsafeUnpin for DebugUtilsObjectNameInfoEXT
impl UnwindSafe for DebugUtilsObjectNameInfoEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more