Skip to main content

CorsairSessionStateChangedHandler

Type Alias CorsairSessionStateChangedHandler 

Source
pub type CorsairSessionStateChangedHandler = Option<unsafe extern "C" fn(context: *mut c_void, eventData: *const CorsairSessionStateChanged)>;

Aliased Type§

pub enum CorsairSessionStateChangedHandler {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const CorsairSessionStateChanged)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const CorsairSessionStateChanged))

Some value of type T.