Type Alias windows::Win32::Graphics::Gdi::LINEDDAPROC

pub type LINEDDAPROC = Option<unsafe extern "system" fn(param0: i32, param1: i32, param2: LPARAM)>;

Aliased Type§

enum LINEDDAPROC {
    None,
    Some(unsafe extern "system" fn(_: i32, _: i32, _: LPARAM)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: i32, _: i32, _: LPARAM))

Some value of type T.