#[repr(C)]pub struct DebugUtilsObjectTagInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub object_type: ObjectType,
pub object_handle: u64,
pub tag_name: u64,
pub tag_size: usize,
pub p_tag: *const c_void,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidobject_type: ObjectTypeobject_handle: u64tag_name: u64tag_size: usizep_tag: *const c_voidImplementations
sourceimpl DebugUtilsObjectTagInfoEXT
impl DebugUtilsObjectTagInfoEXT
pub fn builder<'a>() -> DebugUtilsObjectTagInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for DebugUtilsObjectTagInfoEXT
impl Clone for DebugUtilsObjectTagInfoEXT
sourcefn clone(&self) -> DebugUtilsObjectTagInfoEXT
fn clone(&self) -> DebugUtilsObjectTagInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DebugUtilsObjectTagInfoEXT
impl Debug for DebugUtilsObjectTagInfoEXT
sourceimpl Default for DebugUtilsObjectTagInfoEXT
impl Default for DebugUtilsObjectTagInfoEXT
sourcefn default() -> DebugUtilsObjectTagInfoEXT
fn default() -> DebugUtilsObjectTagInfoEXT
Returns the “default value” for a type. Read more
impl Copy for DebugUtilsObjectTagInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for DebugUtilsObjectTagInfoEXT
impl !Send for DebugUtilsObjectTagInfoEXT
impl !Sync for DebugUtilsObjectTagInfoEXT
impl Unpin for DebugUtilsObjectTagInfoEXT
impl UnwindSafe for DebugUtilsObjectTagInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more