Docs.rs
std-ext-0.3.2
std-ext 0.3.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tryor
Dependencies
dequemap ^0.2
normal
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
std_ext
0.3.2
Atomic
Ext
Required Methods
atomic
Implementations on Foreign Types
bool
i64
isize
u64
usize
Implementors
In crate std_
ext
std_ext
Trait
AtomicExt
Copy item path
Source
pub trait AtomicExt<T> { // Required method fn
atomic
(self) -> T; }
Required Methods
§
Source
fn
atomic
(self) -> T
Implementations on Foreign Types
§
Source
§
impl
AtomicExt
<
AtomicBool
> for
bool
Source
§
fn
atomic
(self) ->
AtomicBool
Source
§
impl
AtomicExt
<
AtomicI64
> for
i64
Source
§
fn
atomic
(self) ->
AtomicI64
Source
§
impl
AtomicExt
<
AtomicIsize
> for
isize
Source
§
fn
atomic
(self) ->
AtomicIsize
Source
§
impl
AtomicExt
<
AtomicU64
> for
u64
Source
§
fn
atomic
(self) ->
AtomicU64
Source
§
impl
AtomicExt
<
AtomicUsize
> for
usize
Source
§
fn
atomic
(self) ->
AtomicUsize
Implementors
§