Struct sixtyfps_corelib::window::PopupWindow[][src]

pub struct PopupWindow {
    pub location: PopupWindowLocation,
    pub component: ComponentRc,
}
Expand description

This structure defines a graphical element that is designed to pop up from the surrounding UI content, for example to show a context menu.

Fields

location: PopupWindowLocation

The location defines where the pop up is rendered.

component: ComponentRc

The component that is responsible for providing the popup content.

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

Performs the conversion.

Performs the conversion.

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.