#[repr(C)]pub struct DebugMarkerObjectNameInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub object_type: DebugReportObjectTypeEXT,
pub object: u64,
pub p_object_name: *const i8,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidobject_type: DebugReportObjectTypeEXTobject: u64p_object_name: *const i8Implementations
sourceimpl DebugMarkerObjectNameInfoEXT
impl DebugMarkerObjectNameInfoEXT
pub fn builder<'a>() -> DebugMarkerObjectNameInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for DebugMarkerObjectNameInfoEXT
impl Clone for DebugMarkerObjectNameInfoEXT
sourcefn clone(&self) -> DebugMarkerObjectNameInfoEXT
fn clone(&self) -> DebugMarkerObjectNameInfoEXT
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 DebugMarkerObjectNameInfoEXT
impl Debug for DebugMarkerObjectNameInfoEXT
sourceimpl Default for DebugMarkerObjectNameInfoEXT
impl Default for DebugMarkerObjectNameInfoEXT
sourcefn default() -> DebugMarkerObjectNameInfoEXT
fn default() -> DebugMarkerObjectNameInfoEXT
Returns the “default value” for a type. Read more
impl Copy for DebugMarkerObjectNameInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for DebugMarkerObjectNameInfoEXT
impl !Send for DebugMarkerObjectNameInfoEXT
impl !Sync for DebugMarkerObjectNameInfoEXT
impl Unpin for DebugMarkerObjectNameInfoEXT
impl UnwindSafe for DebugMarkerObjectNameInfoEXT
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