Skip to main content

CFFileDescriptorCallBack

Type Alias CFFileDescriptorCallBack 

Source
pub type CFFileDescriptorCallBack = Option<unsafe extern "C" fn(f: CFFileDescriptorRef, callBackTypes: CFOptionFlags, info: *mut c_void)>;
Expand description

Apple SDK type alias CFFileDescriptorCallBack.

Aliased Type§

pub enum CFFileDescriptorCallBack {
    None,
    Some(unsafe extern "C" fn(*mut __CFFileDescriptor, u64, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut __CFFileDescriptor, u64, *mut c_void))

Some value of type T.