WAITORTIMERCALLBACK

Type Alias WAITORTIMERCALLBACK 

Source
pub type WAITORTIMERCALLBACK = WAITORTIMERCALLBACKFUNC;

Aliased Type§

pub enum WAITORTIMERCALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u8))

Some value of type T.