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