pub type dsa_pointer_atomic = pg_atomic_uint64;

Aliased Type§

struct dsa_pointer_atomic {
    pub value: u64,
}

Fields§

§value: u64

Trait Implementations§

source§

impl Clone for pg_atomic_uint64

source§

fn clone(&self) -> pg_atomic_uint64

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for pg_atomic_uint64

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for pg_atomic_uint64

source§

fn default() -> pg_atomic_uint64

Returns the “default value” for a type. Read more
source§

impl Copy for pg_atomic_uint64