Struct ash::vk::DebugMarkerObjectNameInfoEXT
source · #[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 c_char,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§object_type: DebugReportObjectTypeEXT
§object: u64
§p_object_name: *const c_char
Implementations§
source§impl DebugMarkerObjectNameInfoEXT
impl DebugMarkerObjectNameInfoEXT
pub fn builder<'a>() -> DebugMarkerObjectNameInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DebugMarkerObjectNameInfoEXT
impl Clone for DebugMarkerObjectNameInfoEXT
source§fn clone(&self) -> DebugMarkerObjectNameInfoEXT
fn clone(&self) -> DebugMarkerObjectNameInfoEXT
Returns a copy 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 DebugMarkerObjectNameInfoEXT
impl Debug for DebugMarkerObjectNameInfoEXT
source§impl TaggedStructure for DebugMarkerObjectNameInfoEXT
impl TaggedStructure for DebugMarkerObjectNameInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::DEBUG_MARKER_OBJECT_NAME_INFO_EXT
impl 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