#[repr(C)]pub struct DebugUtilsObjectNameInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub object_type: ObjectType,
pub object_handle: u64,
pub object_name: *const c_char,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidobject_type: ObjectTypeobject_handle: u64object_name: *const c_charTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DebugUtilsObjectNameInfoEXT
impl !Send for DebugUtilsObjectNameInfoEXT
impl !Sync for DebugUtilsObjectNameInfoEXT
impl Unpin for DebugUtilsObjectNameInfoEXT
impl UnwindSafe for DebugUtilsObjectNameInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more