Type Alias panda_sys::RCUCBFunc

source ·
pub type RCUCBFunc = Option<unsafe extern "C" fn(head: *mut rcu_head)>;

Aliased Type§

enum RCUCBFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut rcu_head)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut rcu_head))

Some value of type T.