Type Alias esp_idf_sys::arg_resetfn

source ·
pub type arg_resetfn = Option<unsafe extern "C" fn(parent: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.