HIShapeEnumerateProcPtr

Type Alias HIShapeEnumerateProcPtr 

Source
pub type HIShapeEnumerateProcPtr = Option<unsafe extern "C-unwind" fn(c_int, *const HIShape, *const CGRect, *mut c_void) -> u32>;
Available on crate feature HIShape only.
Expand description

Aliased Type§

pub enum HIShapeEnumerateProcPtr {
    None,
    Some(unsafe extern "C-unwind" fn(i32, *const HIShape, *const CGRect, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(i32, *const HIShape, *const CGRect, *mut c_void) -> u32)

Some value of type T.