Skip to main content

CFWriteStreamClientCallBack

Type Alias CFWriteStreamClientCallBack 

Source
pub type CFWriteStreamClientCallBack = Option<unsafe extern "C" fn(stream: CFWriteStreamRef, type_: CFStreamEventType, clientCallBackInfo: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.