spinRemovalEventFunction

Type Alias spinRemovalEventFunction 

Source
pub type spinRemovalEventFunction = Option<unsafe extern "C" fn(deviceSerialNumber: u64, pUserData: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.