pub type RTCSetNodeBoundsFunction = Option<unsafe extern "C" fn(nodePtr: *mut c_void, bounds: *mut *const RTCBounds, childCount: c_uint, userPtr: *mut c_void)>;

Aliased Type§

enum RTCSetNodeBoundsFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut *const RTCBounds, _: u32, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut *const RTCBounds, _: u32, _: *mut c_void))

Some value of type T.