Skip to main content

task_wdt_msg_handler

Type Alias task_wdt_msg_handler 

Source
pub type task_wdt_msg_handler = Option<unsafe extern "C" fn(opaque: *mut c_void, msg: *const c_char)>;

Aliased Type§

pub enum task_wdt_msg_handler {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const u8))

Some value of type T.