pub struct RdmaBuilder { /* private fields */ }Expand description
RDMA subsystem builder.
This struct is crated by Builder::rdma method.
Implementations§
Source§impl RdmaBuilder
impl RdmaBuilder
Sourcepub fn max(self, max_map: impl IntoIterator<Item = (String, Limit)>) -> Self
pub fn max(self, max_map: impl IntoIterator<Item = (String, Limit)>) -> Self
Sets limits on the usage of RDMA/IB devices.
See rdma::Subsystem::set_max for more information.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdmaBuilder
impl RefUnwindSafe for RdmaBuilder
impl Send for RdmaBuilder
impl Sync for RdmaBuilder
impl Unpin for RdmaBuilder
impl UnsafeUnpin for RdmaBuilder
impl UnwindSafe for RdmaBuilder
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