Type Alias RTCDisplacementFunctionN

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

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.