#[repr(C)]pub struct DebugMarkerObjectNameInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub objectType: DebugReportObjectTypeEXT,
pub object: u64,
pub pObjectName: *const c_char,
}Fields§
§sType: StructureType§pNext: *const c_void§objectType: DebugReportObjectTypeEXT§object: u64§pObjectName: *const c_charTrait Implementations§
Source§impl Clone for DebugMarkerObjectNameInfoEXT
impl Clone for DebugMarkerObjectNameInfoEXT
Source§fn clone(&self) -> DebugMarkerObjectNameInfoEXT
fn clone(&self) -> DebugMarkerObjectNameInfoEXT
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 moreimpl Copy for DebugMarkerObjectNameInfoEXT
Auto Trait Implementations§
impl Freeze for DebugMarkerObjectNameInfoEXT
impl RefUnwindSafe for DebugMarkerObjectNameInfoEXT
impl !Send for DebugMarkerObjectNameInfoEXT
impl !Sync for DebugMarkerObjectNameInfoEXT
impl Unpin for DebugMarkerObjectNameInfoEXT
impl UnwindSafe for DebugMarkerObjectNameInfoEXT
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