#[repr(C)]pub struct DebugReportCallbackCreateInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: DebugReportFlagsEXT,
pub pfnCallback: FnDebugReportCallbackEXT,
pub pUserData: *mut c_void,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: DebugReportFlagsEXT
§pfnCallback: FnDebugReportCallbackEXT
§pUserData: *mut c_void
Trait Implementations§
Source§impl Clone for DebugReportCallbackCreateInfoEXT
impl Clone for DebugReportCallbackCreateInfoEXT
Source§fn clone(&self) -> DebugReportCallbackCreateInfoEXT
fn clone(&self) -> DebugReportCallbackCreateInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DebugReportCallbackCreateInfoEXT
Auto Trait Implementations§
impl Freeze for DebugReportCallbackCreateInfoEXT
impl RefUnwindSafe for DebugReportCallbackCreateInfoEXT
impl !Send for DebugReportCallbackCreateInfoEXT
impl !Sync for DebugReportCallbackCreateInfoEXT
impl Unpin for DebugReportCallbackCreateInfoEXT
impl UnwindSafe for DebugReportCallbackCreateInfoEXT
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