Struct vk_sys::DebugReportCallbackCreateInfoEXT
source · #[repr(C)]pub struct DebugReportCallbackCreateInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: DebugReportFlagsEXT,
pub pfnCallback: PFN_vkDebugReportCallbackEXT,
pub pUserData: *mut c_void,
}Fields
sType: StructureTypepNext: *const c_voidflags: DebugReportFlagsEXTpfnCallback: PFN_vkDebugReportCallbackEXTpUserData: *mut c_voidAuto Trait Implementations
impl RefUnwindSafe for DebugReportCallbackCreateInfoEXT
impl !Send for DebugReportCallbackCreateInfoEXT
impl !Sync for DebugReportCallbackCreateInfoEXT
impl Unpin for DebugReportCallbackCreateInfoEXT
impl UnwindSafe for DebugReportCallbackCreateInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more