pub struct CustomMenuItem(pub MenuItemAttributes);
Expand description

Custom menu item, when clicked an event is emitted in the EventLoop.

You can modify the item after it’s creation.

Tuple Fields§

§0: MenuItemAttributes

Implementations§

Base CustomMenuItem functions.

Returns an identifier unique to the menu item.

Returns the title(label) of the menu item.

Modifies the status of the menu item.

Modifies the title (label) of the menu item.

Modifies the selected state of the menu item.

Platform-specific
  • Linux: Unsupported, render a regular item

Set icon of the menu item.

Platform-specific
  • Windows / Linux: Not implemented

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts to T by calling Into<T>::into.
Tries to convert to T by calling TryInto<T>::try_into.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.