pub type pRENDERDOC_GetCaptureOptionU32 = Option<unsafe extern "C" fn(opt: RENDERDOC_CaptureOption) -> u32>;Aliased Type§
pub enum pRENDERDOC_GetCaptureOptionU32 {
None,
Some(unsafe extern "C" fn(RENDERDOC_CaptureOption) -> u32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(RENDERDOC_CaptureOption) -> u32)
Some value of type T.