Skip to main content

tGetSerialInterface

Type Alias tGetSerialInterface 

pub type tGetSerialInterface = Option<unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCSerialInterface) -> bool>;

Aliased Type§

pub enum tGetSerialInterface {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCSerialInterface) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCSerialInterface) -> bool)

Some value of type T.