Struct pgrx_pg_sys::pg_atomic_flag
source · #[repr(C)]pub struct pg_atomic_flag {
pub value: c_char,
}
Fields§
§value: c_char
Trait Implementations§
source§impl Clone for pg_atomic_flag
impl Clone for pg_atomic_flag
source§fn clone(&self) -> pg_atomic_flag
fn clone(&self) -> pg_atomic_flag
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_flag
impl Debug for pg_atomic_flag
source§impl Default for pg_atomic_flag
impl Default for pg_atomic_flag
source§fn default() -> pg_atomic_flag
fn default() -> pg_atomic_flag
Returns the “default value” for a type. Read more