Docs.rs
std-ext-0.2.1
std-ext 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tryor
Dependencies
parking_lot ^0.12
normal
Versions
0%
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
☰
std_ext
0.2.1
AtomicExt
Required Methods
atomic
Implementations on Foreign Types
bool
i64
isize
u64
usize
Implementors
In crate std_ext
?
Trait
std_ext
::
AtomicExt
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
§