Type Alias GstAllocation Meta Params Aggregator 
Source pub type GstAllocationMetaParamsAggregator = Option<unsafe extern "C" fn(*mut *mut GstStructure, *const GstStructure, *const GstStructure) -> gboolean>;Aliased Type§
pub enum GstAllocationMetaParamsAggregator {
    None,
    Some(unsafe extern "C" fn(*mut *mut GstStructure, *const GstStructure, *const GstStructure) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut *mut GstStructure, *const GstStructure, *const GstStructure) -> i32)
Some value of type T.