Type Alias RTCIntersectFunctionN

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const RTCIntersectFunctionNArguments))

Some value of type T.