Docs.rs
utils-atomics-0.2.3
utils-atomics 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Aandreba
Dependencies
bytemuck ^1.11.0
normal
cfg-if ^1
normal
crossbeam ^0.8.2
normal
futures ^0.3.24
normal
num-traits ^0.2.15
normal
once_cell ^1.14.0
normal
rand ^0.8.5
dev
tokio ^1.21.0
dev
Versions
33.77%
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
☰
AtomicConstNew
Required Methods
new
Implementations on Foreign Types
AtomicBool
AtomicI16
AtomicI32
AtomicI64
AtomicI8
AtomicIsize
AtomicU16
AtomicU32
AtomicU64
AtomicU8
AtomicUsize
Implementors
In utils_atomics::traits
?
Trait
utils_atomics
::
traits
::
AtomicConstNew
source
·
[
−
]
pub trait AtomicConstNew:
Atomic
{ fn
new
(v: Self::
Primitive
) -> Self; }
Available on
crate feature
const
only.
Required Methods
source
fn
new
(v: Self::
Primitive
) -> Self
Implementations on Foreign Types
source
impl
AtomicConstNew
for
AtomicU8
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicI8
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicU16
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicI16
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicU32
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicI32
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicU64
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicI64
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicUsize
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicIsize
source
const fn
new
(v: Self::
Primitive
) -> Self
source
impl
AtomicConstNew
for
AtomicBool
source
const fn
new
(v: Self::
Primitive
) -> Self
Implementors