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 application_delegate_manager: LateRefCell<ApplicationDelegateManager>,
    // some fields omitted
}

Fields

options: ContextOptionsrun_loop: LateRefCell<RunLoop>engine_manager: LateRefCell<EngineManager>message_manager: LateRefCell<MessageManager>window_method_channel: LateRefCell<WindowMethodChannel>window_manager: LateRefCell<WindowManager>application_delegate_manager: LateRefCell<ApplicationDelegateManager>

Trait Implementations

Executes the destructor for this type. 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

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.