Docs.rs
fyroxed_base-1.0.1
fyroxed_base 1.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mrDIMAS
Dependencies
bitflags ^2.9.1
normal
cargo_metadata ^0.22
normal
fyrox ^1.0.1
normal
fyrox-build-tools ^1.0.1
normal
image ^0.25.1
normal
imageproc ^0.25.0
normal
notify ^8
normal
open ^5
normal
opener ^0.8
normal
ron ^0.11
normal
rust-fuzzy-search ^0.1.1
normal
serde ^1
normal
serde_json ^1
normal
strum ^0.27
normal
strum_macros ^0.27
normal
toml ^0.9
normal
toml_edit ^0.23
normal
Versions
12.76%
of the crate is documented
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
Skip to main content
WorldViewerItemContextMenu
fyroxed_
base
1.0.1
World
Viewer
Item
Context
Menu
Required Methods
menu
Implementors
In fyroxed_
base::
world
fyroxed_base
::
world
Trait
World
Viewer
Item
Context
Menu
Copy item path
Source
pub trait WorldViewerItemContextMenu { // Required method fn
menu
(&self) ->
RcUiNodeHandle
; }
Required Methods
§
Source
fn
menu
(&self) ->
RcUiNodeHandle
Implementors
§
Source
§
impl
WorldViewerItemContextMenu
for
WidgetContextMenu
Source
§
impl
WorldViewerItemContextMenu
for
SceneNodeContextMenu