PGModuleMagicFunction

Type Alias PGModuleMagicFunction 

Source
pub type PGModuleMagicFunction = Option<unsafe extern "C-unwind" fn() -> *const Pg_magic_struct>;

Aliased Type§

pub enum PGModuleMagicFunction {
    None,
    Some(unsafe extern "C-unwind" fn() -> *const Pg_magic_struct),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn() -> *const Pg_magic_struct)

Some value of type T.