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