Docs.rs
jam-types-0.1.18
jam-types 0.1.18
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
gavofyork
polkajam-crate-owner
Dependencies
atomic-traits ^0.4
normal
bounded-collections ^0.2.0
normal
macro_rules_attribute ^0.2
normal
parity-scale-codec ^3.6.12
normal
Versions
96.69%
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
jam_
types
0.1.18
ToAtomic
Required Associated Types
Atomic
Implementations on Foreign Types
u8
u16
u32
u64
usize
Implementors
In crate jam_
types
jam_types
Trait
ToAtomic
Copy item path
Source
pub trait ToAtomic { type
Atomic
:
Atomic
; }
Required Associated Types
§
Source
type
Atomic
:
Atomic
Implementations on Foreign Types
§
Source
§
impl
ToAtomic
for
u8
Source
§
type
Atomic
=
AtomicU8
Source
§
impl
ToAtomic
for
u16
Source
§
type
Atomic
=
AtomicU16
Source
§
impl
ToAtomic
for
u32
Source
§
type
Atomic
=
AtomicU32
Source
§
impl
ToAtomic
for
u64
Source
§
type
Atomic
=
AtomicU64
Source
§
impl
ToAtomic
for
usize
Source
§
type
Atomic
=
AtomicUsize
Implementors
§