VdpPresentationQueueTargetDestroy

Type Alias VdpPresentationQueueTargetDestroy 

Source
pub type VdpPresentationQueueTargetDestroy = Option<unsafe extern "C" fn(presentation_queue_target: VdpPresentationQueueTarget) -> VdpStatus>;
Expand description

\brief Destroy a VdpPresentationQueueTarget. \param[in] presentation_queue_target The target to destroy. \return VdpStatus The completion status of the operation.

Aliased Type§

pub enum VdpPresentationQueueTargetDestroy {
    None,
    Some(unsafe extern "C" fn(u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32) -> u32)

Some value of type T.