Struct pilka_dyn::ash::vk::DebugUtilsMessengerCallbackDataEXT[]

#[repr(C)]pub struct DebugUtilsMessengerCallbackDataEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: DebugUtilsMessengerCallbackDataFlagsEXT,
    pub p_message_id_name: *const i8,
    pub message_id_number: i32,
    pub p_message: *const i8,
    pub queue_label_count: u32,
    pub p_queue_labels: *const DebugUtilsLabelEXT,
    pub cmd_buf_label_count: u32,
    pub p_cmd_buf_labels: *const DebugUtilsLabelEXT,
    pub object_count: u32,
    pub p_objects: *const DebugUtilsObjectNameInfoEXT,
}

Fields

s_type: StructureTypep_next: *const c_voidflags: DebugUtilsMessengerCallbackDataFlagsEXTp_message_id_name: *const i8message_id_number: i32p_message: *const i8queue_label_count: u32p_queue_labels: *const DebugUtilsLabelEXTcmd_buf_label_count: u32p_cmd_buf_labels: *const DebugUtilsLabelEXTobject_count: u32p_objects: *const DebugUtilsObjectNameInfoEXT

Implementations

impl DebugUtilsMessengerCallbackDataEXT

Trait Implementations

impl Clone for DebugUtilsMessengerCallbackDataEXT

impl Copy for DebugUtilsMessengerCallbackDataEXT

impl Debug for DebugUtilsMessengerCallbackDataEXT

impl Default for DebugUtilsMessengerCallbackDataEXT

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.