#[repr(C)]pub struct atomic_t {
pub remote_addr: u64,
pub compare_add: u64,
pub swap: u64,
pub rkey: u32,
}Fields
remote_addr: u64compare_add: u64swap: u64rkey: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for atomic_t
impl Send for atomic_t
impl Sync for atomic_t
impl Unpin for atomic_t
impl UnwindSafe for atomic_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more