Type Alias playdate_menu::SimpleMenuItem

source ·
pub type SimpleMenuItem<UserData = (), Api = Default, const REMOVE_ON_DROP: bool = true> = MenuItem<Simple, UserData, Api, REMOVE_ON_DROP>;

Aliased Type§

struct SimpleMenuItem<UserData = (), Api = Default, const REMOVE_ON_DROP: bool = true>(/* private fields */);

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.