Struct rdma::qp::QueuePairAttr
source · [−]#[repr(C)]pub struct QueuePairAttr { /* private fields */ }
Implementations
sourceimpl QueuePairAttr
impl QueuePairAttr
pub fn cap(&self) -> Option<&QueuePairCapacity>
pub fn qp_state(&self) -> Option<QueuePairState>
Trait Implementations
impl Send for QueuePairAttr
impl Sync for QueuePairAttr
Auto Trait Implementations
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