PDD_SURFCB_BLT

Type Alias PDD_SURFCB_BLT 

pub type PDD_SURFCB_BLT = Option<unsafe extern "system" fn(param0: *mut DD_BLTDATA) -> u32>;

Aliased Type§

pub enum PDD_SURFCB_BLT {
    None,
    Some(unsafe extern "system" fn(*mut DD_BLTDATA) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut DD_BLTDATA) -> u32)

Some value of type T.