SimpleMenuItem

Type Alias SimpleMenuItem 

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

Aliased Type§

pub 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.