Type Alias ModeDestroy

Source
pub type ModeDestroy = Option<unsafe extern "C" fn(sw: *mut Mode)>;
Expand description

Destroy the current mode. Still ready to restart.

Aliased Type§

pub enum ModeDestroy {
    None,
    Some(unsafe extern "C" fn(*mut Mode)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Mode))

Some value of type T.