windows::Win32::Devices::Display

Type Alias PFN_DrvAssertMode

pub type PFN_DrvAssertMode = Option<unsafe extern "system" fn(param0: DHPDEV, param1: BOOL) -> BOOL>;

Aliased Type§

enum PFN_DrvAssertMode {
    None,
    Some(unsafe extern "system" fn(_: DHPDEV, _: BOOL) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: DHPDEV, _: BOOL) -> BOOL)

Some value of type T.