#[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
impl Copy for pg_atomic_uint64
Auto Trait Implementations§
impl Freeze for pg_atomic_uint64
impl RefUnwindSafe for pg_atomic_uint64
impl Send for pg_atomic_uint64
impl Sync for pg_atomic_uint64
impl Unpin for pg_atomic_uint64
impl UnwindSafe for pg_atomic_uint64
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