#[repr(C)]pub struct atomic_t {
pub remote_addr: u64,
pub compare_add: u64,
pub swap: u64,
pub rkey: u32,
}Fields§
§remote_addr: u64§compare_add: u64§swap: u64§rkey: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for atomic_t
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§
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