Struct oci_spec::runtime::LinuxRdmaBuilder
source · pub struct LinuxRdmaBuilder { /* private fields */ }
Expand description
Builder for LinuxRdma
.
Implementations§
source§impl LinuxRdmaBuilder
impl LinuxRdmaBuilder
sourcepub fn hca_handles<VALUE: Into<u32>>(self, value: VALUE) -> Self
pub fn hca_handles<VALUE: Into<u32>>(self, value: VALUE) -> Self
Maximum number of HCA handles that can be opened. Default is “no limit”.
sourcepub fn hca_objects<VALUE: Into<u32>>(self, value: VALUE) -> Self
pub fn hca_objects<VALUE: Into<u32>>(self, value: VALUE) -> Self
Maximum number of HCA objects that can be created. Default is “no limit”.
Trait Implementations§
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