pub struct CdlpConfig {
pub max_iterations: usize,
}Expand description
Configuration for CDLP
Fields§
§max_iterations: usizeMaximum number of iterations
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CdlpConfig
impl RefUnwindSafe for CdlpConfig
impl Send for CdlpConfig
impl Sync for CdlpConfig
impl Unpin for CdlpConfig
impl UnsafeUnpin for CdlpConfig
impl UnwindSafe for CdlpConfig
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