Struct pgrx_pg_sys::pg_atomic_uint64
source · #[repr(C)]pub struct pg_atomic_uint64 {
pub value: uint64,
}
Fields§
§value: uint64
Trait Implementations§
source§impl Clone for pg_atomic_uint64
impl Clone for pg_atomic_uint64
source§fn clone(&self) -> pg_atomic_uint64
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for pg_atomic_uint64
impl Debug for pg_atomic_uint64
source§impl Default for pg_atomic_uint64
impl Default for pg_atomic_uint64
source§fn default() -> pg_atomic_uint64
fn default() -> pg_atomic_uint64
Returns the “default value” for a type. Read more