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