Docs.rs
oxygengine-script-web-0.12.5
oxygengine-script-web 0.12.5
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
PsichiX
Dependencies
js-sys ^0.3
normal
lazy_static ^1.4
normal
num ^0.3
normal
oxygengine-audio ^0.12
normal
optional
oxygengine-composite-renderer ^0.12
normal
optional
oxygengine-composite-renderer-backend-web ^0.12
normal
optional
oxygengine-core ^0.12
normal
oxygengine-input ^0.12
normal
optional
oxygengine-utils ^0.12
normal
serde ^1
normal
serde_json ^1
normal
wasm-bindgen ^0.2
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
oxygengine_
script_
web
0.12.5
Component
Modify
Required Methods
modify_component
Implementors
In oxygengine_
script_
web::
interface
oxygengine_script_web
::
interface
Trait
ComponentModify
Copy item path
Source
pub trait ComponentModify<R> { // Required method fn
modify_component
(&mut self, source: R); }
Required Methods
§
Source
fn
modify_component
(&mut self, source: R)
Implementors
§
Source
§
impl<T, R>
ComponentModify
<R> for T
where T:
Component
+
From
<R>,