Docs.rs
feo-oop-engine-0.0.5
feo-oop-engine 0.0.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
littleTitan
Dependencies
colored ^2.0.0
normal
feo-math ^0.1.0
normal
feo-oop-engine-proc-macros ^0.0.5
normal
futures ^0.3.12
normal
image ^0.24.0
normal
lazy_static ^1.4.0
normal
rayon ^1.5.0
normal
terminal_size ^0.1.16
normal
vulkano ^0.22.0
normal
vulkano-win ^0.22.0
normal
winit ^0.24.0
normal
Versions
35.48%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
GlobalClone
feo_
oop_
engine
0.0.5
Global
Clone
Required Methods
clone_global
Implementors
In feo_
oop_
engine::
scripting::
globals
feo_oop_engine
::
scripting
::
globals
Trait
Global
Clone
Copy item path
Source
pub trait GlobalClone { // Required method fn
clone_global
(&self) ->
Box
<dyn
Global
>; }
Required Methods
§
Source
fn
clone_global
(&self) ->
Box
<dyn
Global
>
Implementors
§
Source
§
impl<T>
GlobalClone
for T
where T: 'static +
Global
+
Clone
,