zephyr::raw

Type Alias _timeout_func_t

source
pub type _timeout_func_t = Option<unsafe extern "C" fn(_: *mut _timeout)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.