Docs.rs
etk-ops-0.3.0
etk-ops 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
lightclient
Dependencies
educe ^0.4.19
normal
snafu ^0.7.1
normal
indexmap ^1.8.1
build
quote ^1.0.18
build
serde ^1.0.137
build
toml ^0.5.9
build
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Immediate
etk_ops
0.3.0
Immediate
Implementations on Foreign Types
()
[u8; N]
Implementors
In crate etk_
ops
etk_ops
Trait
Immediate
Copy item path
Source
pub trait Immediate<const N:
usize
> { }
Expand description
Trait for types that contain an immediate argument.
Implementations on Foreign Types
§
Source
§
impl<const N:
usize
>
Immediate
<N> for
()
Source
§
impl<const N:
usize
>
Immediate
<N> for [
u8
;
N
]
Implementors
§
Source
§
impl<const N:
usize
>
Immediate
<N> for
Void