pub struct LinuxRdmaBuilder { /* private fields */ }
Expand description
Builder for LinuxRdma
.
Implementations§
Source§impl LinuxRdmaBuilder
impl LinuxRdmaBuilder
Sourcepub fn hca_handles<VALUE: Into<Option<u32>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn hca_handles<VALUE: Into<Option<u32>>>( &mut self, value: VALUE, ) -> &mut Self
Maximum number of HCA handles that can be opened. Default is “no limit”.
Sourcepub fn hca_objects<VALUE: Into<Option<u32>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn hca_objects<VALUE: Into<Option<u32>>>( &mut self, value: VALUE, ) -> &mut Self
Maximum number of HCA objects that can be created. Default is “no limit”.
Trait Implementations§
Source§impl Clone for LinuxRdmaBuilder
impl Clone for LinuxRdmaBuilder
Source§fn clone(&self) -> LinuxRdmaBuilder
fn clone(&self) -> LinuxRdmaBuilder
Returns a copy 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 LinuxRdmaBuilder
impl Default for LinuxRdmaBuilder
Source§fn default() -> LinuxRdmaBuilder
fn default() -> LinuxRdmaBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinuxRdmaBuilder
impl RefUnwindSafe for LinuxRdmaBuilder
impl Send for LinuxRdmaBuilder
impl Sync for LinuxRdmaBuilder
impl Unpin for LinuxRdmaBuilder
impl UnwindSafe for LinuxRdmaBuilder
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