pub struct RdmaBuilder { /* private fields */ }
Expand description
Builder for Rdma
.
Implementations§
Source§impl RdmaBuilder
impl RdmaBuilder
pub fn hca_handles<VALUE: Into<Option<i64>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn hca_objects<VALUE: Into<Option<i64>>>( &mut self, value: VALUE, ) -> &mut Self
Trait Implementations§
Source§impl Clone for RdmaBuilder
impl Clone for RdmaBuilder
Source§fn clone(&self) -> RdmaBuilder
fn clone(&self) -> RdmaBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for RdmaBuilder
impl Default for RdmaBuilder
Source§fn default() -> RdmaBuilder
fn default() -> RdmaBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RdmaBuilder
impl RefUnwindSafe for RdmaBuilder
impl Send for RdmaBuilder
impl Sync for RdmaBuilder
impl Unpin 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