Struct ash::vk::DebugUtilsLabelEXT
source · #[repr(C)]pub struct DebugUtilsLabelEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_label_name: *const c_char,
pub color: [f32; 4],
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_label_name: *const c_char
§color: [f32; 4]
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DebugUtilsLabelEXT<'a>
impl<'a> DebugUtilsLabelEXT<'a>
Trait Implementations§
source§impl<'a> Clone for DebugUtilsLabelEXT<'a>
impl<'a> Clone for DebugUtilsLabelEXT<'a>
source§fn clone(&self) -> DebugUtilsLabelEXT<'a>
fn clone(&self) -> DebugUtilsLabelEXT<'a>
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<'a> Debug for DebugUtilsLabelEXT<'a>
impl<'a> Debug for DebugUtilsLabelEXT<'a>
source§impl Default for DebugUtilsLabelEXT<'_>
impl Default for DebugUtilsLabelEXT<'_>
source§impl<'a> TaggedStructure for DebugUtilsLabelEXT<'a>
impl<'a> TaggedStructure for DebugUtilsLabelEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEBUG_UTILS_LABEL_EXT
impl<'a> Copy for DebugUtilsLabelEXT<'a>
impl Send for DebugUtilsLabelEXT<'_>
impl Sync for DebugUtilsLabelEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for DebugUtilsLabelEXT<'a>
impl<'a> RefUnwindSafe for DebugUtilsLabelEXT<'a>
impl<'a> Unpin for DebugUtilsLabelEXT<'a>
impl<'a> UnwindSafe for DebugUtilsLabelEXT<'a>
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