Struct ash::extensions_generated::ext::debug_utils::InstanceFn
source · pub struct InstanceFn {
pub create_debug_utils_messenger_ext: PFN_vkCreateDebugUtilsMessengerEXT,
pub destroy_debug_utils_messenger_ext: PFN_vkDestroyDebugUtilsMessengerEXT,
pub submit_debug_utils_message_ext: PFN_vkSubmitDebugUtilsMessageEXT,
}
Expand description
Raw VK_EXT_debug_utils instance-level function pointers
Fields§
§create_debug_utils_messenger_ext: PFN_vkCreateDebugUtilsMessengerEXT
§destroy_debug_utils_messenger_ext: PFN_vkDestroyDebugUtilsMessengerEXT
§submit_debug_utils_message_ext: PFN_vkSubmitDebugUtilsMessageEXT
Implementations§
Trait Implementations§
source§impl Clone for InstanceFn
impl Clone for InstanceFn
source§fn clone(&self) -> InstanceFn
fn clone(&self) -> InstanceFn
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 moreimpl Send for InstanceFn
impl Sync for InstanceFn
Auto Trait Implementations§
impl Freeze for InstanceFn
impl RefUnwindSafe for InstanceFn
impl Unpin for InstanceFn
impl UnwindSafe for InstanceFn
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