PicoUpdateFirmwareProgress

Type Alias PicoUpdateFirmwareProgress 

Source
pub type PicoUpdateFirmwareProgress = Option<extern "C" fn(i16, u16)>;

Aliased Type§

pub enum PicoUpdateFirmwareProgress {
    None,
    Some(extern "C" fn(i16, u16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(i16, u16))

Some value of type T.