PPUT_DMA_ADAPTER

Type Alias PPUT_DMA_ADAPTER 

pub type PPUT_DMA_ADAPTER = Option<unsafe extern "system" fn(dmaadapter: *mut DMA_ADAPTER)>;

Aliased Type§

pub enum PPUT_DMA_ADAPTER {
    None,
    Some(unsafe extern "system" fn(*mut DMA_ADAPTER)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut DMA_ADAPTER))

Some value of type T.