Skip to main content

GstVulkanTrashListGC

Type Alias GstVulkanTrashListGC 

Source
pub type GstVulkanTrashListGC = Option<unsafe extern "C" fn(*mut GstVulkanTrashList)>;

Aliased Type§

pub enum GstVulkanTrashListGC {
    None,
    Some(unsafe extern "C" fn(*mut GstVulkanTrashList)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GstVulkanTrashList))

Some value of type T.