Struct pgrx_pg_sys::pg_atomic_uint32
source · #[repr(C)]pub struct pg_atomic_uint32 {
pub value: uint32,
}
Fields§
§value: uint32
Trait Implementations§
source§impl Clone for pg_atomic_uint32
impl Clone for pg_atomic_uint32
source§fn clone(&self) -> pg_atomic_uint32
fn clone(&self) -> pg_atomic_uint32
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_uint32
impl Debug for pg_atomic_uint32
source§impl Default for pg_atomic_uint32
impl Default for pg_atomic_uint32
source§fn default() -> pg_atomic_uint32
fn default() -> pg_atomic_uint32
Returns the “default value” for a type. Read more
impl Copy for pg_atomic_uint32
Auto Trait Implementations§
impl Freeze for pg_atomic_uint32
impl RefUnwindSafe for pg_atomic_uint32
impl Send for pg_atomic_uint32
impl Sync for pg_atomic_uint32
impl Unpin for pg_atomic_uint32
impl UnwindSafe for pg_atomic_uint32
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more