Skip to main content

PLHandleEventProc

Type Alias PLHandleEventProc 

Source
pub type PLHandleEventProc = Option<unsafe extern "C" fn(self_: *mut PLEvent) -> *mut c_void>;

Aliased Type§

pub enum PLHandleEventProc {
    None,
    Some(unsafe extern "C" fn(*mut PLEvent) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PLEvent) -> *mut c_void)

Some value of type T.