flipperzero_sys

Type Alias SubGhzGetHashData

Source
pub type SubGhzGetHashData = Option<unsafe extern "C" fn(decoder: *mut c_void) -> u8>;

Aliased Type§

enum SubGhzGetHashData {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.