Docs.rs
  • tauri-runtime-wry-0.14.10
    • tauri-runtime-wry 0.14.10
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tauri-bot
    • Dependencies
      • arboard ^3 normal optional
      • rand ^0.8 normal
      • raw-window-handle ^0.5 normal
      • tauri-runtime ^0.14.5 normal
      • tauri-utils ^1.6.1 normal
      • tracing ^0.1 normal optional
      • uuid ^1 normal
      • wry ^0.24.10 normal
      • cocoa ^0.24 normal
      • gtk ^0.15 normal
      • percent-encoding ^2.1 normal
      • webkit2gtk ^0.18.2 normal
      • webview2-com ^0.19.1 normal
      • windows ^0.39.0 normal
    • Versions
    • 5.71% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

tauri_runtime_wry0.14.10

  • All Items
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crate tauri_runtime_wry

source ·
Expand description

The wry Tauri Runtime.

Macros§

  • getter

Structs§

  • AboutMetadataWrapper
  • Context
  • CursorIconWrapper
  • DeviceEventFilterWrapper
  • DispatcherMainThreadContext
  • EventLoopIterationContext
  • EventProxy
  • FileDropEventWrapper
  • GtkWindow
  • MenuItemAttributesWrapper
  • MenuItemWrapper
  • MonitorHandleWrapper
  • PhysicalPositionWrapper
  • PhysicalSizeWrapper
  • PositionWrapper
  • RawWindowHandle
  • SizeWrapper
  • UserAttentionTypeWrapper
  • WebviewIdStore
  • Window
    Represents a window.
  • WindowBuilderWrapper
  • WindowEventWrapper
  • WindowId
    Identifier of a window. Unique for each window.
  • WindowWrapper
  • WindowsStore
  • Wry
    A Tauri Runtime wrapper around wry.
  • WryDispatcher
    The Tauri Dispatch for Wry.
  • WryHandle
    A handle to the Wry runtime.
  • WryIcon
    Wrapper around a wry::application::window::Icon that can be created from an Icon.
  • WryWindowBuilder
    Object that allows you to build windows.

Enums§

  • Message
  • WebviewEvent
  • WebviewMessage
  • WindowMessage

Traits§

  • Plugin
  • PluginBuilder

Functions§

  • center_window
  • map_theme
  • webview_version
    Get Webview/Webkit version on current platform.

Type Aliases§

  • CreateWebviewClosure
  • MenuEventHandler
  • WebContextStore
  • Webview
  • WebviewId
  • WindowEventHandler
  • WindowEventListeners
  • WindowMenuEventListeners