Struct minifb::UnixMenu [] [src]

pub struct UnixMenu {
    pub name: String,
    pub items: Vec<UnixMenuItem>,
    // some fields omitted
}

Used on Unix (Linux, FreeBSD, etc) as menus aren't supported in a native where there. This structure can be used by calling [#get_unix_menus] on Window.

Fields

Name of the menu

All items of the menu.

Trait Implementations

impl Debug for UnixMenu
[src]

[src]

Formats the value using the given formatter.

impl Clone for UnixMenu
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more