pub type RTCIntersectFunctionN = Option<unsafe extern "C" fn(args: *const RTCIntersectFunctionNArguments)>;Aliased Type§
pub enum RTCIntersectFunctionN {
None,
Some(unsafe extern "C" fn(*const RTCIntersectFunctionNArguments)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const RTCIntersectFunctionNArguments))
Some value of type T.