Type Alias flipperzero_sys::SubGhzGetString

source ·
pub type SubGhzGetString = Option<unsafe extern "C" fn(decoder: *mut c_void, output: *mut FuriString)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.