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