Type Alias flipperzero_sys::ProtocolRenderData

source ·
pub type ProtocolRenderData = Option<unsafe extern "C" fn(protocol: *mut c_void, result: *mut FuriString)>;

Aliased Type§

enum ProtocolRenderData {
    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.