Type Alias scrollfn

Source
pub type scrollfn = Option<extern "C" fn(s: scrollbar, position: c_int)>;

Aliased Type§

pub enum scrollfn {
    None,
    Some(extern "C" fn(*mut Struct_Unnamed41, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*mut Struct_Unnamed41, i32))

Some value of type T.