Skip to main content

CompileDataToWireF

Type Alias CompileDataToWireF 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.