Skip to main content

CMProfileIterateUPP

Type Alias CMProfileIterateUPP 

Source
pub type CMProfileIterateUPP = CMProfileIterateProcPtr;
Expand description

Apple SDK type alias CMProfileIterateUPP.

Aliased Type§

pub enum CMProfileIterateUPP {
    None,
    Some(unsafe extern "C" fn(*mut CMProfileIterateData, *mut c_void) -> i16),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut CMProfileIterateData, *mut c_void) -> i16)

Some value of type T.