Docs.rs
hydro2-operator-0.1.0
hydro2-operator 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
klebs6
Dependencies
async-trait ^0.1.86
normal
hydro2-3p ^0.1.0
normal
named-item ^0.6.0
normal
named-item-derive ^0.2.0
normal
paste ^1.0.15
normal
unsafe-erased ^0.1.0
normal
Versions
24.17%
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
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
OpCode
hydro2_
operator
0.1.0
OpCode
Required Methods
val
Implementors
In crate hydro2_
operator
hydro2_operator
Trait
OpCode
Copy item path
Source
pub trait OpCode:
Send
+
Sync
{ // Required method fn
val
(&self) ->
u64
; }
Required Methods
§
Source
fn
val
(&self) ->
u64
Implementors
§
Source
§
impl
OpCode
for
BasicOpCode