Docs.rs
rustpython-common-0.4.0
rustpython-common 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
coolreader18
github:rustpython:packaging
Dependencies
ascii ^1.0
normal
bitflags ^2.4.1
normal
bstr ^0.2.17
normal
cfg-if ^1.0
normal
itertools ^0.11.0
normal
libc ^0.2.153
normal
lock_api ^0.4
normal
malachite-base ^0.4.4
normal
malachite-bigint ^0.2.0
normal
malachite-q ^0.4.4
normal
num-complex ^0.4.0
normal
num-traits ^0.2
normal
once_cell ^1.19.0
normal
parking_lot ^0.12.1
normal
optional
radium ^0.7
normal
rand ^0.8.5
normal
rustpython-format ^0.4.0
normal
siphasher ^0.3
normal
volatile ^0.3
normal
widestring ^1.1.0
normal
windows-sys ^0.52.0
normal
Versions
20.83%
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
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
rustpython_
common
0.4.0
PyAtomic
Scalar
Required Associated Types
Radium
Implementations on Foreign Types
*mut T
bool
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In rustpython_
common::
atomic
rustpython_common
::
atomic
Trait
PyAtomicScalar
Copy item path
Source
pub trait PyAtomicScalar: Sealed { type
Radium
:
Radium
<Item = Self>; }
Required Associated Types
§
Source
type
Radium
:
Radium
<Item = Self>
Implementations on Foreign Types
§
Source
§
impl
PyAtomicScalar
for
bool
Source
§
type
Radium
=
Cell
<
bool
>
Source
§
impl
PyAtomicScalar
for
i8
Source
§
type
Radium
=
Cell
<
i8
>
Source
§
impl
PyAtomicScalar
for
i16
Source
§
type
Radium
=
Cell
<
i16
>
Source
§
impl
PyAtomicScalar
for
i32
Source
§
type
Radium
=
Cell
<
i32
>
Source
§
impl
PyAtomicScalar
for
i64
Source
§
type
Radium
=
Cell
<
i64
>
Source
§
impl
PyAtomicScalar
for
isize
Source
§
type
Radium
=
Cell
<
isize
>
Source
§
impl
PyAtomicScalar
for
u8
Source
§
type
Radium
=
Cell
<
u8
>
Source
§
impl
PyAtomicScalar
for
u16
Source
§
type
Radium
=
Cell
<
u16
>
Source
§
impl
PyAtomicScalar
for
u32
Source
§
type
Radium
=
Cell
<
u32
>
Source
§
impl
PyAtomicScalar
for
u64
Source
§
type
Radium
=
Cell
<
u64
>
Source
§
impl
PyAtomicScalar
for
usize
Source
§
type
Radium
=
Cell
<
usize
>
Source
§
impl<T>
PyAtomicScalar
for
*mut T
Source
§
type
Radium
=
Cell
<
*mut T
>
Implementors
§