windows::Wdk::Graphics::Direct3D

Type Alias PFND3DKMT_DESTROYALLOCATION

pub type PFND3DKMT_DESTROYALLOCATION = Option<unsafe extern "system" fn(param0: *const D3DKMT_DESTROYALLOCATION) -> NTSTATUS>;

Aliased Type§

enum PFND3DKMT_DESTROYALLOCATION {
    None,
    Some(unsafe extern "system" fn(_: *const D3DKMT_DESTROYALLOCATION) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const D3DKMT_DESTROYALLOCATION) -> NTSTATUS)

Some value of type T.