Type Alias DeleteConstructFunction

Source
pub type DeleteConstructFunction = Option<unsafe extern "C" fn(arg1: *mut ConstructHeader, arg2: *mut Environment) -> bool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut constructHeader, _: *mut environmentData) -> bool)

Some value of type T.