pub struct DebugCallbackProperties { /* private fields */ }Implementations§
Source§impl DebugCallbackProperties
impl DebugCallbackProperties
pub fn write_create_info_builder<'a>( &'a self, builder: DebugUtilsMessengerCreateInfoEXTBuilder<'a>, ) -> DebugUtilsMessengerCreateInfoEXTBuilder<'_>
pub fn create_info_builder( &self, debug_callback: PFN_vkDebugUtilsMessengerCallbackEXT, ) -> DebugUtilsMessengerCreateInfoEXTBuilder<'_>
pub fn from_create_info_builder( value: &DebugUtilsMessengerCreateInfoEXTBuilder<'_>, ) -> Self
Trait Implementations§
Source§impl Clone for DebugCallbackProperties
impl Clone for DebugCallbackProperties
Source§fn clone(&self) -> DebugCallbackProperties
fn clone(&self) -> DebugCallbackProperties
Returns a duplicate 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 DebugCallbackProperties
impl Debug for DebugCallbackProperties
Source§impl Default for DebugCallbackProperties
impl Default for DebugCallbackProperties
impl Copy for DebugCallbackProperties
Auto Trait Implementations§
impl Freeze for DebugCallbackProperties
impl RefUnwindSafe for DebugCallbackProperties
impl Send for DebugCallbackProperties
impl Sync for DebugCallbackProperties
impl Unpin for DebugCallbackProperties
impl UnwindSafe for DebugCallbackProperties
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