Docs.rs
nanvm-lib-0.1.0
nanvm-lib 0.1.0
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
sergey-shandar
Dependencies
io-trait ^0.11.0
normal
io-test ^0.11.0
dev
wasm-bindgen-test ^0.3.42
dev
Versions
4.51%
of the crate is documented
Go to latest version
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
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
nanvm_lib
0.1.0
StaticRefDefault
Required Associated Constants
STATIC_REF_DEFAULT
Implementations on Foreign Types
Option<T>
char
Object Safety
Implementors
In nanvm_lib::static_ref_default
Trait
nanvm_lib
::
static_ref_default
::
StaticRefDefault
Copy item path
source
·
[
−
]
pub trait StaticRefDefault: 'static { const
STATIC_REF_DEFAULT
:
&'static Self
; }
Required Associated Constants
§
source
const
STATIC_REF_DEFAULT
:
&'static Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
StaticRefDefault
for
char
source
§
const
STATIC_REF_DEFAULT
:
&'static Self
= _
source
§
impl<T: 'static>
StaticRefDefault
for
Option
<T>
source
§
const
STATIC_REF_DEFAULT
:
&'static Self
= _
Implementors
§
source
§
impl<T: 'static>
StaticRefDefault
for
State
<T>
source
§
const
STATIC_REF_DEFAULT
:
&'static Self
= _