cwiid_err_t

Type Alias cwiid_err_t 

Source
pub type cwiid_err_t = Option<unsafe extern "C" fn(arg1: *mut cwiid_wiimote_t, arg2: *const c_char, ap: *mut __va_list_tag)>;

Aliased Type§

pub enum cwiid_err_t {
    None,
    Some(unsafe extern "C" fn(*mut wiimote, *const i8, *mut __va_list_tag)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut wiimote, *const i8, *mut __va_list_tag))

Some value of type T.