Skip to main content

wc_time_cb

Type Alias wc_time_cb 

Source
pub type wc_time_cb = Option<unsafe extern "C" fn(t: *mut time_t) -> time_t>;

Aliased Type§

pub enum wc_time_cb {
    None,
    Some(unsafe extern "C" fn(*mut i64) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut i64) -> i64)

Some value of type T.