GraphComponentCompileDataI

Type Alias GraphComponentCompileDataI 

Source
pub type GraphComponentCompileDataI = Option<unsafe extern "C" fn(gr: *mut GraphInterpreterO, wire: u32, tt: *const TheTruthO, data_id: TtIdT, to_type_hash: StrhashT) -> bool>;

Aliased Type§

pub enum GraphComponentCompileDataI {
    None,
    Some(unsafe extern "C" fn(*mut GraphInterpreterO, u32, *const TheTruthO, TtIdT, StrhashT) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GraphInterpreterO, u32, *const TheTruthO, TtIdT, StrhashT) -> bool)

Some value of type T.