Type Alias windows_win::raw::timer::CallbackType

source ·
pub type CallbackType = WAITORTIMERCALLBACK;
Expand description

Raw type of callback function

Aliased Type§

enum CallbackType {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: u8))

Some value of type T.