Type Alias rcudnn_sys::cudnnCallback_t
source · pub type cudnnCallback_t = Option<unsafe extern "C" fn(sev: cudnnSeverity_t, udata: *mut c_void, dbg: *const cudnnDebug_t, msg: *const c_char)>;
Aliased Type§
enum cudnnCallback_t {
None,
Some(unsafe extern "C" fn(_: cudnnSeverity_t, _: *mut c_void, _: *const cudnnDebugStruct, _: *const i8)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: cudnnSeverity_t, _: *mut c_void, _: *const cudnnDebugStruct, _: *const i8))
Some value of type T
.