iv_timerproc

Type Alias iv_timerproc 

Source
pub type iv_timerproc = Option<unsafe extern "C" fn()>;

Aliased Type§

pub enum iv_timerproc {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.