Docs.rs
  • portable-atomic-1.7.0
    • portable-atomic 1.7.0
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • 19 July 2024
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • taiki-e
    • Dependencies
      • critical-section ^1 normal optional
      • serde ^1.0.103 normal optional
      • build-context ^0.1 dev
      • crossbeam-utils =0.8.16 dev
      • fastrand ^2 dev
      • paste ^1 dev
      • sptr ^0.3 dev
      • static_assertions ^1 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • 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

portable_atomic1.7.0

  • Macros
  • Structs
  • Functions

List of all items

Structs

  • AtomicBool
  • AtomicF32
  • AtomicF64
  • AtomicI128
  • AtomicI16
  • AtomicI32
  • AtomicI64
  • AtomicI8
  • AtomicIsize
  • AtomicPtr
  • AtomicU128
  • AtomicU16
  • AtomicU32
  • AtomicU64
  • AtomicU8
  • AtomicUsize

Macros

  • cfg_has_atomic_128
  • cfg_has_atomic_16
  • cfg_has_atomic_32
  • cfg_has_atomic_64
  • cfg_has_atomic_8
  • cfg_has_atomic_cas
  • cfg_has_atomic_ptr
  • cfg_no_atomic_128
  • cfg_no_atomic_16
  • cfg_no_atomic_32
  • cfg_no_atomic_64
  • cfg_no_atomic_8
  • cfg_no_atomic_cas
  • cfg_no_atomic_ptr

Functions

  • hint::spin_loop