#[repr(C)]pub struct VkDebugMarkerObjectNameInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub objectType: VkDebugReportObjectTypeEXT,
pub object: u64,
pub pObjectName: *const i8,
}Expand description
struct VkDebugMarkerObjectNameInfoEXT from VK_EXT_debug_marker
Fields§
§sType: VkStructureType§pNext: *const c_void§objectType: VkDebugReportObjectTypeEXT§object: u64§pObjectName: *const i8Trait Implementations§
Source§impl Clone for VkDebugMarkerObjectNameInfoEXT
impl Clone for VkDebugMarkerObjectNameInfoEXT
Source§fn clone(&self) -> VkDebugMarkerObjectNameInfoEXT
fn clone(&self) -> VkDebugMarkerObjectNameInfoEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkDebugMarkerObjectNameInfoEXT
Auto Trait Implementations§
impl !Send for VkDebugMarkerObjectNameInfoEXT
impl !Sync for VkDebugMarkerObjectNameInfoEXT
impl Freeze for VkDebugMarkerObjectNameInfoEXT
impl RefUnwindSafe for VkDebugMarkerObjectNameInfoEXT
impl Unpin for VkDebugMarkerObjectNameInfoEXT
impl UnsafeUnpin for VkDebugMarkerObjectNameInfoEXT
impl UnwindSafe for VkDebugMarkerObjectNameInfoEXT
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