Skip to main content

CMBufferGetBooleanCallback

Type Alias CMBufferGetBooleanCallback 

Source
pub type CMBufferGetBooleanCallback = Option<unsafe extern "C" fn(buf: CMBufferRef, refcon: *mut c_void) -> Boolean>;
Expand description

Apple SDK type alias CMBufferGetBooleanCallback.

Aliased Type§

pub enum CMBufferGetBooleanCallback {
    None,
    Some(unsafe extern "C" fn(*const c_void, *mut c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, *mut c_void) -> u8)

Some value of type T.