#[repr(C)]pub struct rdma_t {
pub remote_addr: u64,
pub rkey: u32,
}Fields§
§remote_addr: u64§rkey: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for rdma_t
impl RefUnwindSafe for rdma_t
impl Send for rdma_t
impl Sync for rdma_t
impl Unpin for rdma_t
impl UnwindSafe for rdma_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