pub type RTCPointQueryFunction = Option<unsafe extern "C" fn(args: *mut RTCPointQueryFunctionArguments) -> bool>;

Aliased Type§

enum RTCPointQueryFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut RTCPointQueryFunctionArguments) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut RTCPointQueryFunctionArguments) -> bool)

Some value of type T.