Struct rdma::srq::SharedReceiveQueue
source · [−]pub struct SharedReceiveQueue(_);
Implementations
sourceimpl SharedReceiveQueue
impl SharedReceiveQueue
pub fn options() -> SharedReceiveQueueOptions
Auto Trait Implementations
impl RefUnwindSafe for SharedReceiveQueue
impl Send for SharedReceiveQueue
impl Sync for SharedReceiveQueue
impl Unpin for SharedReceiveQueue
impl UnwindSafe for SharedReceiveQueue
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