CheckMenuItem

Type Alias CheckMenuItem 

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

Aliased Type§

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