#[repr(C)]pub struct DebugMarkerObjectNameInfoExt<'s> { /* private fields */ }
Expand description
A VkDebugMarkerObjectNameInfoEXT
.
Implementations§
Source§impl<'s> DebugMarkerObjectNameInfoExt<'s>
impl<'s> DebugMarkerObjectNameInfoExt<'s>
pub fn builder<'b>() -> DebugMarkerObjectNameInfoExtBuilder<'b>
pub unsafe fn from_raw( raw: VkDebugMarkerObjectNameInfoEXT, ) -> DebugMarkerObjectNameInfoExt<'s>
pub fn next<'a>(&'a self) -> *const c_void
pub fn object_type<'a>(&'a self) -> DebugReportObjectTypeExt
pub fn object<'a>(&'a self) -> u64
pub fn object_name<'a>(&'a self) -> &'a CStr
pub unsafe fn set_next<'m>(&mut self, next: *const c_void)
pub fn set_object_type<'m>(&mut self, object_type: DebugReportObjectTypeExt)
pub fn set_object<'m>(&mut self, object: u64)
pub fn set_object_name<'m, 'a>(&mut self, object_name: &'a CStr)where
'a: 's,
pub fn as_raw(&self) -> &VkDebugMarkerObjectNameInfoEXT
Trait Implementations§
Source§impl<'s> Clone for DebugMarkerObjectNameInfoExt<'s>
impl<'s> Clone for DebugMarkerObjectNameInfoExt<'s>
Source§fn clone(&self) -> DebugMarkerObjectNameInfoExt<'s>
fn clone(&self) -> DebugMarkerObjectNameInfoExt<'s>
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<'s> Debug for DebugMarkerObjectNameInfoExt<'s>
impl<'s> Debug for DebugMarkerObjectNameInfoExt<'s>
Source§impl<'s> Default for DebugMarkerObjectNameInfoExt<'s>
impl<'s> Default for DebugMarkerObjectNameInfoExt<'s>
Source§fn default() -> DebugMarkerObjectNameInfoExt<'s>
fn default() -> DebugMarkerObjectNameInfoExt<'s>
Returns the “default value” for a type. Read more
Source§impl<'s> From<DebugMarkerObjectNameInfoExt<'s>> for VkDebugMarkerObjectNameInfoEXT
impl<'s> From<DebugMarkerObjectNameInfoExt<'s>> for VkDebugMarkerObjectNameInfoEXT
Source§fn from(f: DebugMarkerObjectNameInfoExt<'s>) -> VkDebugMarkerObjectNameInfoEXT
fn from(f: DebugMarkerObjectNameInfoExt<'s>) -> VkDebugMarkerObjectNameInfoEXT
Converts to this type from the input type.
Auto Trait Implementations§
impl<'s> Freeze for DebugMarkerObjectNameInfoExt<'s>
impl<'s> RefUnwindSafe for DebugMarkerObjectNameInfoExt<'s>
impl<'s> !Send for DebugMarkerObjectNameInfoExt<'s>
impl<'s> !Sync for DebugMarkerObjectNameInfoExt<'s>
impl<'s> Unpin for DebugMarkerObjectNameInfoExt<'s>
impl<'s> UnwindSafe for DebugMarkerObjectNameInfoExt<'s>
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