Struct nativeshell::shell::ContextImpl[][src]

pub struct ContextImpl {
    pub options: ContextOptions,
    pub run_loop: LateRefCell<RunLoop>,
    pub engine_manager: LateRefCell<EngineManager>,
    pub message_manager: LateRefCell<MessageManager>,
    pub window_method_channel: LateRefCell<WindowMethodChannel>,
    pub window_manager: LateRefCell<WindowManager>,
    pub menu_manager: LateRefCell<MenuManager>,
    pub keyboard_map_manager: LateRefCell<KeyboardMapManager>,
}

Fields

options: ContextOptionsrun_loop: LateRefCell<RunLoop>engine_manager: LateRefCell<EngineManager>message_manager: LateRefCell<MessageManager>window_method_channel: LateRefCell<WindowMethodChannel>window_manager: LateRefCell<WindowManager>menu_manager: LateRefCell<MenuManager>keyboard_map_manager: LateRefCell<KeyboardMapManager>

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.